summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2017-05-30 15:07:36 -0700
committerMicah Lee <micah@micahflee.com>2017-05-30 15:07:36 -0700
commitf47378cc42ba7de9ea6d1baffdc001282718a9f6 (patch)
treeca86af7df01da15e533f82fb4d4f82cb8b8fe7b8
parentb5fe8b751920b827345dca2ef11240e14578783c (diff)
downloadonionshare-f47378cc42ba7de9ea6d1baffdc001282718a9f6.tar.gz
onionshare-f47378cc42ba7de9ea6d1baffdc001282718a9f6.zip
Version bump to 1.1, and update install size, for Windows installer
-rw-r--r--install/onionshare.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index d7d90ae4..d980e0e0 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 39265
+!define INSTALLSIZE 54112
!define VERSIONMAJOR 1
!define VERSIONMINOR 1
-!define VERSIONSTRING "1.1.dev2"
+!define VERSIONSTRING "1.1"
RequestExecutionLevel admin