Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/pebble-mario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dzyubenko <shadone@gmail.com>2014-01-13 17:27:09 +0400
committerDenis Dzyubenko <shadone@gmail.com>2014-01-13 17:29:53 +0400
commit87d7615791f1d8019cd3f23cfb51a318c156e4b2 (patch)
tree8ed466395e5af4222edea040af8852bdf87aa3f5
parent288b062135cb5099d199b49276220670f5c33034 (diff)
Bump version number to 1.2v1.2
Lazy me hasn't released the patch from back in 2013.
-rw-r--r--src/pebble-mario.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pebble-mario.c b/src/pebble-mario.c
index 4bfed0c..1fd0867 100644
--- a/src/pebble-mario.c
+++ b/src/pebble-mario.c
@@ -26,7 +26,7 @@
#define MY_UUID { 0xB6, 0xA0, 0xAB, 0x5F, 0x92, 0xB7, 0x4C, 0x2B, 0xBC, 0x0F, 0x34, 0x6B, 0x99, 0xAE, 0x30, 0xA0 }
PBL_APP_INFO(MY_UUID,
"Mario", "Denis Dzyubenko",
- 1, 0, /* App version */
+ 1, 2, /* App version */
DEFAULT_MENU_ICON,
APP_INFO_WATCH_FACE);