From 391619e6b55345a07421b784c486af53c9726884 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Wed, 19 Dec 2018 11:47:41 -0800 Subject: Update version and size for Windows release --- install/onionshare.nsi | 8 ++++---- 1 file 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 -- cgit v1.2.3-54-g00ecf