Skip to content
This repository was archived by the owner on Dec 5, 2020. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoForge committed Mar 11, 2020
1 parent 2808c40 commit fd48d14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Zero SimpleWallet - Andromeda:3.0.1
# Zero SimpleWallet - Pegasus:3.1.0

# Windows Only

Expand All @@ -8,4 +8,4 @@

# MAKE SURE SIMPLE WALLET(exe file) & BINARIES("zerod.exe" & "zero-cli.exe") ARE IN THE SAME FOLDER, BEFORE LAUNCHING.

# ZERO BINARIES - https://github.com/zerocurrencycoin/Zero/releases/tag/v3.0.1
# ZERO BINARIES - https://github.com/zerocurrencycoin/Zero/releases/tag/v3.1.0
4 changes: 2 additions & 2 deletions SimpleWallet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.3.0")]
[assembly: AssemblyFileVersion("2.0.3.0")]
[assembly: AssemblyVersion("2.0.4.0")]
[assembly: AssemblyFileVersion("2.0.4.0")]
2 changes: 1 addition & 1 deletion SimpleWallet/types.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public delegate void DaemonEventHandler(object sender,
DaemonEventArgs e);
public class Types
{
public static String version = "Zero Simple Wallet - Version 2.0.3";
public static String version = "Zero Simple Wallet - Version 2.0.4";

public static String startCommandsFile = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) +
"\\zero\\simplewallet\\commands.dat";
Expand Down

0 comments on commit fd48d14

Please sign in to comment.