Skip to content

Commit

Permalink
Set version
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Aug 22, 2016
1 parent f8e55f5 commit 4ec6a7c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pritunl Client Changelog
========================

Version
-------
Version 1.0.1075.52 2016-08-22
------------------------------

Fix connection timeout issues

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pritunl",
"version": "1.0.1070.17",
"version": "1.0.1075.52",
"main": "www/main.js",
"dependencies": {
"jquery": "^2.2.4",
Expand Down
2 changes: 1 addition & 1 deletion client/www/js/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
key: '',
version: '1.0.1070.17',
version: '1.0.1075.52',
serviceHost: 'localhost:9770'
};
2 changes: 1 addition & 1 deletion resources_win/setup.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Pritunl"
#define MyAppVersion "1.0.1070.17"
#define MyAppVersion "1.0.1075.52"
#define MyAppPublisher "Pritunl"
#define MyAppURL "https://pritunl.com/"
#define MyAppExeName "pritunl.exe"
Expand Down

0 comments on commit 4ec6a7c

Please sign in to comment.