Skip to content

Commit

Permalink
Merge pull request #46 from cryptorex/version-bump
Browse files Browse the repository at this point in the history
version to match daemon 1.2.1
  • Loading branch information
cryptorex authored Jun 7, 2018
2 parents 09c1ee8 + d39f3e3 commit af370cb
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("BitcoinZ Wallet 1.2.0");
super("BitcoinZ Wallet 1.2.1");

if (progressDialog != null)
{
Expand Down

0 comments on commit af370cb

Please sign in to comment.