diff --git a/FireWallet/FireWallet.csproj b/FireWallet/FireWallet.csproj
index 066fdc3..48a2c1e 100644
--- a/FireWallet/FireWallet.csproj
+++ b/FireWallet/FireWallet.csproj
@@ -12,7 +12,7 @@
HSDBatcher.png
https://github.com/Nathanwoodburn/FireWallet
git
- 3.0
+ 3.1
diff --git a/FireWallet/MainForm.cs b/FireWallet/MainForm.cs
index 845f1fb..ac112ac 100644
--- a/FireWallet/MainForm.cs
+++ b/FireWallet/MainForm.cs
@@ -224,25 +224,25 @@ namespace FireWallet
} else
{
if (!Directory.Exists(dir + "hsd"))
- {
- NotifyForm Notifyinstall = new NotifyForm("Installing hsd\nThis may take a few minutes\nDo not close FireWallet", false);
- Notifyinstall.Show();
- // Wait for the notification to show
- await Task.Delay(1000);
+ {
+ NotifyForm Notifyinstall = new NotifyForm("Installing hsd\nThis may take a few minutes\nDo not close FireWallet", false);
+ Notifyinstall.Show();
+ // Wait for the notification to show
+ await Task.Delay(1000);
- string repositoryUrl = "https://github.com/handshake-org/hsd.git";
- string destinationPath = dir + "hsd";
- CloneRepository(repositoryUrl, destinationPath);
+ string repositoryUrl = "https://github.com/handshake-org/hsd.git";
+ string destinationPath = dir + "hsd";
+ CloneRepository(repositoryUrl, destinationPath);
- Notifyinstall.CloseNotification();
- Notifyinstall.Dispose();
- }
- if (!Directory.Exists(dir + "hsd\\node_modules"))
- {
- AddLog("HSD install failed");
- this.Close();
- return false;
- }
+ Notifyinstall.CloseNotification();
+ Notifyinstall.Dispose();
+ }
+ if (!Directory.Exists(dir + "hsd\\node_modules"))
+ {
+ AddLog("HSD install failed");
+ this.Close();
+ return false;
+ }
}
diff --git a/FireWalletSetup/FireWalletSetup.vdproj b/FireWalletSetup/FireWalletSetup.vdproj
index 67094df..b00749e 100644
--- a/FireWalletSetup/FireWalletSetup.vdproj
+++ b/FireWalletSetup/FireWalletSetup.vdproj
@@ -224,15 +224,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:FireWallet"
- "ProductCode" = "8:{007B0A5E-57B9-4DB7-AABE-5A3631A89BEB}"
- "PackageCode" = "8:{546D4209-3E58-4144-A9DC-E659A2482DD4}"
+ "ProductCode" = "8:{460D8F86-4FE9-4547-9B17-7E01ACBF9194}"
+ "PackageCode" = "8:{A6678F97-9CE8-4005-82AC-AB2D09A9DA27}"
"UpgradeCode" = "8:{0C86F725-6B01-4173-AA05-3F0EDF481362}"
"AspNetVersion" = "8:"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
- "ProductVersion" = "8:3.0"
+ "ProductVersion" = "8:3.1"
"Manufacturer" = "8:Nathan.Woodburn/"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://l.woodburn.au/discord"