From 7df086a5430ed4efc0893ff2ceca42dd1970e109 Mon Sep 17 00:00:00 2001 From: Matthew Tole Date: Mon, 12 May 2014 17:55:48 +0100 Subject: [PATCH] Add empty configurable array to appinfo and update to 2.6.1 (11) --- appinfo.json | 5 +++-- src/generated/appinfo.h | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/appinfo.json b/appinfo.json index a319814..9840a5e 100644 --- a/appinfo.json +++ b/appinfo.json @@ -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": [ diff --git a/src/generated/appinfo.h b/src/generated/appinfo.h index 06525cc..42da88c 100644 --- a/src/generated/appinfo.h +++ b/src/generated/appinfo.h @@ -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"