summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-01-17 19:36:56 -0800
committerMicah Lee <micah@micahflee.com>2018-01-17 19:36:56 -0800
commit1d1648bb9003444b46d398dc551c3b2ad5a8a622 (patch)
tree1967d6e53ad62b071d2a6d289954093ddee67035 /install
parentf499b126ccc7c5c2010dcda73a80b8e658a8b7f2 (diff)
downloadonionshare-1d1648bb9003444b46d398dc551c3b2ad5a8a622.tar.gz
onionshare-1d1648bb9003444b46d398dc551c3b2ad5a8a622.zip
Version bump to 1.2 and updated changelog
Diffstat (limited to 'install')
-rw-r--r--install/onionshare.nsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index c0a39f35..9c15de47 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 54112
+!define INSTALLSIZE 66525
!define VERSIONMAJOR 1
-!define VERSIONMINOR 1
-!define VERSIONSTRING "1.1"
+!define VERSIONMINOR 2
+!define VERSIONSTRING "1.2"
RequestExecutionLevel admin