Skip to content

Commit

Permalink
Version 1.1.1 change
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasluis committed Oct 23, 2018
1 parent da72f57 commit 56fa70b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
auto.sync=false
build.scans.enabled=false
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
connection.project.dir=
eclipse.preferences.version=1
gradle.user.home=
offline.mode=false
override.workspace.settings=true
2 changes: 1 addition & 1 deletion build-mac.sh
Original file line number Diff line number Diff line change
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.1.0"
VERSION="1.1.1"
APP_EXE="${APP_DISPLAY_NAME}.app/Contents/MacOS/JavaAppLauncher"
VOL_NAME="${APP_NAME}_${VERSION}"
DMG_TMP="${VOL_NAME}-temp.dmg"
Expand Down
Original file line number Diff line number Diff line change
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.1.0";
private static final String VERSION = "1.1.1";
private ANONInstallationObserver installationObserver;
private ANONClientCaller clientCaller;
private StatusUpdateErrorReporter errorReporter;
Expand Down

0 comments on commit 56fa70b

Please sign in to comment.