Skip to content

Commit

Permalink
change version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
miodragpop committed Mar 21, 2019
1 parent f5ba1fb commit 4e950ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/com/vaklinov/zcashui/ZCashUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public class ZCashUI
public ZCashUI(StartupProgressDialog progressDialog)
throws IOException, InterruptedException, WalletCallException
{
super("BZEdge Wallet 2.0.3");
super("BZEdge Wallet 2.0.4");

if (progressDialog != null)
{
Expand Down

0 comments on commit 4e950ca

Please sign in to comment.