Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
unlobito committed Jun 7, 2015
1 parent 2677848 commit 3cf2d3b
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": 1,
"versionLabel": "1.0",
"versionCode": 2,
"versionLabel": "1.1",
"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.0');
Skunk.version = encodeURIComponent('1.1');

Skunk.loadState = function() {
var state_json = window.localStorage.state;
Expand Down

0 comments on commit 3cf2d3b

Please sign in to comment.