summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-12-19 11:47:41 -0800
committerMicah Lee <micah@micahflee.com>2018-12-19 11:47:41 -0800
commit391619e6b55345a07421b784c486af53c9726884 (patch)
treeffe6f7e7b7fb4e2a8d32063d722c584f186c4dfb
parent6e0081cebaf9d02aafc772b3ea11a156c718214b (diff)
downloadonionshare-391619e6b55345a07421b784c486af53c9726884.tar.gz
onionshare-391619e6b55345a07421b784c486af53c9726884.zip
Update version and size for Windows release
-rw-r--r--install/onionshare.nsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index f0b28535..3a4c6c2a 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 66537
-!define VERSIONMAJOR 1
-!define VERSIONMINOR 3
-!define VERSIONSTRING "1.3.1"
+!define INSTALLSIZE 115186
+!define VERSIONMAJOR 2
+!define VERSIONMINOR 0
+!define VERSIONSTRING "2.0"
RequestExecutionLevel admin