summaryrefslogtreecommitdiff
path: root/install/onionshare.nsi
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-10-13 14:35:40 -0400
committerGitHub <noreply@github.com>2019-10-13 14:35:40 -0400
commit896659c6963c14c4e047cff7f3d421977060ed23 (patch)
tree660468dd7478fb001ced211a4a33ae28a1b5f9a4 /install/onionshare.nsi
parentbbf6c02da645fcd4fc50db18dd341178ad4fa2e6 (diff)
parent7d24bf9ffcd1e21e087431c21bfc658803a61ab6 (diff)
downloadonionshare-896659c6963c14c4e047cff7f3d421977060ed23.tar.gz
onionshare-896659c6963c14c4e047cff7f3d421977060ed23.zip
Merge pull request #1048 from micahflee/developv2.2
Version 2.2
Diffstat (limited to 'install/onionshare.nsi')
-rw-r--r--install/onionshare.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index 68213528..42bd268b 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -3,10 +3,10 @@
!define ABOUTURL "https:\\onionshare.org\"
# change these with each release
-!define INSTALLSIZE 115186
+!define INSTALLSIZE 132423
!define VERSIONMAJOR 2
-!define VERSIONMINOR 1
-!define VERSIONSTRING "2.1"
+!define VERSIONMINOR 2
+!define VERSIONSTRING "2.2"
RequestExecutionLevel admin