diff --git a/CHANGES b/CHANGES index 3b48a8873..43fec12b9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,8 @@ Pritunl Client Changelog ======================== -Version -------- +Version 1.0.1294.3 2017-03-28 +----------------------------- Fix reconnection issues diff --git a/client/package.json b/client/package.json index 9b14dfff5..e4ca21047 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "pritunl", - "version": "1.0.1265.14", + "version": "1.0.1294.3", "main": "www/main.js", "dependencies": { "jquery": "^2.2.4", diff --git a/client/www/js/constants.js b/client/www/js/constants.js index 48f15eac3..f4995646b 100644 --- a/client/www/js/constants.js +++ b/client/www/js/constants.js @@ -1,5 +1,5 @@ module.exports = { key: '', - version: '1.0.1265.14', + version: '1.0.1294.3', serviceHost: 'localhost:9770' }; diff --git a/resources_win/setup.iss b/resources_win/setup.iss index c224ddca0..b64f85dba 100644 --- a/resources_win/setup.iss +++ b/resources_win/setup.iss @@ -1,5 +1,5 @@ #define MyAppName "Pritunl" -#define MyAppVersion "1.0.1265.14" +#define MyAppVersion "1.0.1294.3" #define MyAppPublisher "Pritunl" #define MyAppURL "https://pritunl.com/" #define MyAppExeName "pritunl.exe"