Skip to content

Commit

Permalink
pebble-js-app.js: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
unlobito authored Dec 10, 2022
1 parent 65a6436 commit 830f7cb
Showing 1 changed file with 1 addition and 1 deletion.
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://skunk-config.canidae.systems';
Skunk.state = null;
Skunk.token = '';
Skunk.updating = false;
Skunk.version = encodeURIComponent('1.4');
Skunk.version = encodeURIComponent('1.7');

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

0 comments on commit 830f7cb

Please sign in to comment.