From 016c2891869703ed1cf577243f82bffff431cfd8 Mon Sep 17 00:00:00 2001 From: Zachary Huff Date: Thu, 27 Oct 2016 15:04:16 -0400 Subject: [PATCH] Set version --- CHANGES | 4 ++-- client/package.json | 2 +- client/www/js/constants.js | 2 +- resources_win/setup.iss | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index e7c8f517e..6aa0457ef 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,8 @@ Pritunl Client Changelog ======================== -Version -------- +Version 1.0.1141.79 2016-10-27 +------------------------------ Stability improvements Fix dns issues when reconnecting diff --git a/client/package.json b/client/package.json index 208c0a73c..1fffcb9fc 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "pritunl", - "version": "1.0.1116.6", + "version": "1.0.1141.79", "main": "www/main.js", "dependencies": { "jquery": "^2.2.4", diff --git a/client/www/js/constants.js b/client/www/js/constants.js index 4e688e56a..c3d41852f 100644 --- a/client/www/js/constants.js +++ b/client/www/js/constants.js @@ -1,5 +1,5 @@ module.exports = { key: '', - version: '1.0.1116.6', + version: '1.0.1141.79', serviceHost: 'localhost:9770' }; diff --git a/resources_win/setup.iss b/resources_win/setup.iss index 82001aea5..7ac3f49a9 100644 --- a/resources_win/setup.iss +++ b/resources_win/setup.iss @@ -1,5 +1,5 @@ #define MyAppName "Pritunl" -#define MyAppVersion "1.0.1116.6" +#define MyAppVersion "1.0.1141.79" #define MyAppPublisher "Pritunl" #define MyAppURL "https://pritunl.com/" #define MyAppExeName "pritunl.exe"