From 8bc8ce0104ff33f4e37d0d28d501a6207af7f3bc Mon Sep 17 00:00:00 2001 From: Zachary Huff Date: Wed, 4 Jan 2017 12:13:38 -0500 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 533633309..55982c529 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,8 @@ Pritunl Client Changelog ======================== -Version -------- +Version 1.0.1210.71 2017-01-04 +------------------------------ Fix issue with unexpected disconnect diff --git a/client/package.json b/client/package.json index 01a2cf4db..52f01f129 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "pritunl", - "version": "1.0.1210.1", + "version": "1.0.1210.71", "main": "www/main.js", "dependencies": { "jquery": "^2.2.4", diff --git a/client/www/js/constants.js b/client/www/js/constants.js index 85fb937c1..a1e739069 100644 --- a/client/www/js/constants.js +++ b/client/www/js/constants.js @@ -1,5 +1,5 @@ module.exports = { key: '', - version: '1.0.1210.1', + version: '1.0.1210.71', serviceHost: 'localhost:9770' }; diff --git a/resources_win/setup.iss b/resources_win/setup.iss index 104cb165c..05976849f 100644 --- a/resources_win/setup.iss +++ b/resources_win/setup.iss @@ -1,5 +1,5 @@ #define MyAppName "Pritunl" -#define MyAppVersion "1.0.1210.1" +#define MyAppVersion "1.0.1210.71" #define MyAppPublisher "Pritunl" #define MyAppURL "https://pritunl.com/" #define MyAppExeName "pritunl.exe"