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

Commit

Permalink
Add empty configurable array to appinfo and update to 2.6.1 (11)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewtole committed May 12, 2014
1 parent b7de046 commit 7df086a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions appinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"shortName": "Multi Timer",
"longName": "Multi Timer",
"companyName": "Matthew Tole",
"versionCode": 10,
"versionLabel": "2.6.1",
"versionCode": 11,
"versionLabel": "2.6.2",
"watchapp": {
"watchface": false
},
"capabilities": [ ],
"appKeys": { },
"resources": {
"media": [
Expand Down
4 changes: 2 additions & 2 deletions src/generated/appinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

#pragma once

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

0 comments on commit 7df086a

Please sign in to comment.