Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
unlobito committed Oct 24, 2015
1 parent 5ab0a62 commit fdf5cab
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": 3,
"versionLabel": "1.2",
"versionCode": 4,
"versionLabel": "1.3",
"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.2');
Skunk.version = encodeURIComponent('1.3');

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

0 comments on commit fdf5cab

Please sign in to comment.