Skip to content
This repository was archived by the owner on Nov 7, 2020. It is now read-only.

Commit 7df086a

Browse files
committed
Add empty configurable array to appinfo and update to 2.6.1 (11)
1 parent b7de046 commit 7df086a

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

appinfo.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
"shortName": "Multi Timer",
44
"longName": "Multi Timer",
55
"companyName": "Matthew Tole",
6-
"versionCode": 10,
7-
"versionLabel": "2.6.1",
6+
"versionCode": 11,
7+
"versionLabel": "2.6.2",
88
"watchapp": {
99
"watchface": false
1010
},
11+
"capabilities": [ ],
1112
"appKeys": { },
1213
"resources": {
1314
"media": [

src/generated/appinfo.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77

88
#pragma once
99

10-
#define VERSION_LABEL "2.6.0"
11-
#define VERSION_CODE 9
10+
#define VERSION_LABEL "2.6.2"
11+
#define VERSION_CODE 11
1212
#define UUID "0db6a55e-b32a-4b03-b037-95637bf306ff"

0 commit comments

Comments
 (0)