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:
-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);