diff --git a/CHANGES b/CHANGES index 43a8f6f59..761a35a5b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,8 @@ Pritunl Client Changelog ======================== -Version -------- +Version 1.0.1222.48 2017-01-16 +------------------------------ Fix reconnection issues on macOS diff --git a/client/package.json b/client/package.json index 4717b36c2..fd0206134 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "pritunl", - "version": "1.0.1219.32", + "version": "1.0.1222.48", "main": "www/main.js", "dependencies": { "jquery": "^2.2.4", diff --git a/client/www/js/constants.js b/client/www/js/constants.js index e48cf3b12..919fa9c77 100644 --- a/client/www/js/constants.js +++ b/client/www/js/constants.js @@ -1,5 +1,5 @@ module.exports = { key: '', - version: '1.0.1219.32', + version: '1.0.1222.48', serviceHost: 'localhost:9770' }; diff --git a/resources_win/setup.iss b/resources_win/setup.iss index fdd18928a..6476e0368 100644 --- a/resources_win/setup.iss +++ b/resources_win/setup.iss @@ -1,5 +1,5 @@ #define MyAppName "Pritunl" -#define MyAppVersion "1.0.1219.32" +#define MyAppVersion "1.0.1222.48" #define MyAppPublisher "Pritunl" #define MyAppURL "https://pritunl.com/" #define MyAppExeName "pritunl.exe"