Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 670a0a0

Browse files
author
JumpMaster
committed
Updated to version 1.1.1
1 parent 5ef46de commit 670a0a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

appinfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"versionLabel": "1.1",
2+
"versionLabel": "1.1.1",
33
"uuid": "1f4d9835-3b9a-4ddd-907e-41a25d06f19c",
44
"appKeys": {
55
"transmit_key": 2,
@@ -11,7 +11,7 @@
1111
"timezone": 3
1212
},
1313
"longName": "PebbleAuth",
14-
"versionCode": 2,
14+
"versionCode": 3,
1515
"capabilities": [
1616
"configurable"
1717
],

src/js/pebble-js-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var theme = 0;
44
var timezoneOffset = 0;
55
var message_send_retries = 0;
66
var message_send_max_retries = 5;
7-
var app_version = 2;
7+
var app_version = 3;
88
var debug = false;
99

1010
function loadLocalVariables() {

0 commit comments

Comments
 (0)