aboutsummaryrefslogtreecommitdiff
path: root/install/onionshare.nsi
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-02-25 08:27:39 +1100
committerMiguel Jacq <mig@mig5.net>2018-02-25 08:27:39 +1100
commit606123db91c44b8341e1dd8f01ae703375072912 (patch)
tree319cca200f6153d42935da33d0d526911eb7d1b0 /install/onionshare.nsi
parent760661c9c197620ba24751a3e88c4700c89a44ca (diff)
downloadonionshare-606123db91c44b8341e1dd8f01ae703375072912.tar.gz
onionshare-606123db91c44b8341e1dd8f01ae703375072912.zip
Version bump to 1.3
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 9c15de47..4419dba2 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 66525
+!define INSTALLSIZE 66537
!define VERSIONMAJOR 1
-!define VERSIONMINOR 2
-!define VERSIONSTRING "1.2"
+!define VERSIONMINOR 3
+!define VERSIONSTRING "1.3"
RequestExecutionLevel admin