Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Jul 9, 2015
1 parent cdc0e36 commit 6f69bc0
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 0.10.4
--------------
Version 0.10.4 2015-07-09
-------------------------

Handle reopen events
Add autostart to OS X
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": "0.10.3",
"version": "0.10.4",
"main": "www/main.js",
"dependencies": {
"jquery": "^2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion client/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="btn btn-warning minimize"></div>
<div class="btn btn-success maximize"></div>
</div>
<div class="version">v0.10.3</div>
<div class="version">v0.10.4</div>
<div class="logo">pritunl</div>
</div>
<div class="ubuntu">
Expand Down
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 "0.10.3"
#define MyAppVersion "0.10.4"
#define MyAppPublisher "Pritunl"
#define MyAppURL "https://pritunl.com/"
#define MyAppExeName "pritunl.exe"
Expand Down

0 comments on commit 6f69bc0

Please sign in to comment.