From f47378cc42ba7de9ea6d1baffdc001282718a9f6 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Tue, 30 May 2017 15:07:36 -0700 Subject: [PATCH] Version bump to 1.1, and update install size, for Windows installer --- install/onionshare.nsi | 4 ++-- 1 file 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