aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install/onionshare.nsi4
-rw-r--r--install/pyinstaller.spec2
-rw-r--r--share/version.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index 68213528..52e9b526 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -5,8 +5,8 @@
# change these with each release
!define INSTALLSIZE 115186
!define VERSIONMAJOR 2
-!define VERSIONMINOR 1
-!define VERSIONSTRING "2.1"
+!define VERSIONMINOR 2
+!define VERSIONSTRING "2.2.dev1"
RequestExecutionLevel admin
diff --git a/install/pyinstaller.spec b/install/pyinstaller.spec
index 24664bf9..7eeb5153 100644
--- a/install/pyinstaller.spec
+++ b/install/pyinstaller.spec
@@ -58,7 +58,7 @@ if p == 'Darwin':
app = BUNDLE(
coll,
name='OnionShare.app',
- icon='install/onionshare.icns',
+ icon='onionshare.icns',
bundle_identifier='com.micahflee.onionshare',
info_plist={
'CFBundleShortVersionString': version,
diff --git a/share/version.txt b/share/version.txt
index 879b416e..4ec9ad89 100644
--- a/share/version.txt
+++ b/share/version.txt
@@ -1 +1 @@
-2.1
+2.2.dev1 \ No newline at end of file