Skip to content

Commit

Permalink
v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
unlobito committed Mar 10, 2016
1 parent 913c083 commit 51cc2c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"sdkVersion": "3",
"shortName": "Skunk",
"uuid": "1e420b43-63be-45f7-822c-2a7d57a55384",
"versionCode": 4,
"versionLabel": "1.3",
"versionCode": 5,
"versionLabel": "1.4",
"watchapp": {
"watchface": false
},
Expand Down
2 changes: 1 addition & 1 deletion src/js/pebble-js-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Skunk.domain = 'https://skunkapp.herokuapp.com';
Skunk.state = null;
Skunk.token = '';
Skunk.updating = false;
Skunk.version = encodeURIComponent('1.3');
Skunk.version = encodeURIComponent('1.4');

// http://phpjs.org/functions/base64_encode/
function base64_encode(data) {
Expand Down

0 comments on commit 51cc2c2

Please sign in to comment.