Skip to content

Commit

Permalink
Changes version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasluis committed Sep 28, 2018
1 parent 14b8ccc commit bf291e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-mac.sh
Expand Up @@ -8,7 +8,7 @@
# set up your app name, version number, and background image file name
APP_NAME="AnonymousDesktopWallet"
APP_DISPLAY_NAME="Anon Desktop Wallet"
VERSION="1.0.0"
VERSION="1.0.2"
APP_EXE="${APP_DISPLAY_NAME}.app/Contents/MacOS/JavaAppLauncher"
VOL_NAME="${APP_NAME}_${VERSION}"
DMG_TMP="${VOL_NAME}-temp.dmg"
Expand Down
Expand Up @@ -23,7 +23,7 @@
* This Java source file was generated by the Gradle 'init' task.
*/
public class ANONWalletUI extends JFrame {
private static final String VERSION = "1.0.0";
private static final String VERSION = "1.0.2";
private ANONInstallationObserver installationObserver;
private ANONClientCaller clientCaller;
private StatusUpdateErrorReporter errorReporter;
Expand Down

0 comments on commit bf291e7

Please sign in to comment.