diff --git a/package.json b/package.json index b89fd77..cde5d53 100644 --- a/package.json +++ b/package.json @@ -112,5 +112,5 @@ "watchface": false } }, - "version": "2.52.0" + "version": "2.53.0" } diff --git a/src/c/localize.c b/src/c/localize.c index eded10b..b927773 100644 --- a/src/c/localize.c +++ b/src/c/localize.c @@ -1239,9 +1239,9 @@ char* localize_get_credits_row_title() { char* localize_get_new_version_title() { if (strncmp(localize_get_locale(), "es", 2) == 0) { - return "¡Versión 2.52!"; + return "¡Versión 2.53!"; } else { - return "Version 2.52!"; + return "Version 2.53!"; } } diff --git a/src/c/main.c b/src/c/main.c index 6766559..e9c95ac 100644 --- a/src/c/main.c +++ b/src/c/main.c @@ -45,7 +45,7 @@ static void inbox_received_handler(DictionaryIterator *iter, void *context) { } static void init() { - APP_LOG(APP_LOG_LEVEL_INFO, "You are running version 2.52 of the Breathe app."); + APP_LOG(APP_LOG_LEVEL_INFO, "You are running version 2.53 of the Breathe app."); // Open AppMessage connection app_message_register_inbox_received(inbox_received_handler); app_message_open(256, 256); diff --git a/src/c/settings_menu.c b/src/c/settings_menu.c index d6509be..5ea9742 100644 --- a/src/c/settings_menu.c +++ b/src/c/settings_menu.c @@ -206,7 +206,7 @@ static void menu_draw_row_callback(GContext* ctx, const Layer *cell_layer, MenuI case 5: // This is the about section switch (cell_index->row) { case 0: // This is the version number - menu_cell_basic_draw(ctx, cell_layer, localize_get_version_row_title(), "v2.52, 2017-12-16", NULL); + menu_cell_basic_draw(ctx, cell_layer, localize_get_version_row_title(), "v2.53, 2018-01-24", NULL); break; case 1: // This is the credits menu_cell_basic_draw(ctx, cell_layer, localize_get_credits_row_title(), "cheeseisdisgusting", NULL); diff --git a/src/pkjs/config-de.js b/src/pkjs/config-de.js index a9708a4..c4cbdad 100644 --- a/src/pkjs/config-de.js +++ b/src/pkjs/config-de.js @@ -5,7 +5,7 @@ module.exports = [ }, { "type": "text", - "defaultValue": "Dies sind die Einstellungen für die Breathe-App. Sie benutzen Version 2.52 von Breathe.", + "defaultValue": "Dies sind die Einstellungen für die Breathe-App. Sie benutzen Version 2.53 von Breathe.", }, { "type": "section", diff --git a/src/pkjs/config-es.js b/src/pkjs/config-es.js index f19d64a..491bcc0 100644 --- a/src/pkjs/config-es.js +++ b/src/pkjs/config-es.js @@ -5,7 +5,7 @@ module.exports = [ }, { "type": "text", - "defaultValue": "Esta es la página de ajustes para la app Breathe. Estás usando la versión 2.52 de la app.", + "defaultValue": "Esta es la página de ajustes para la app Breathe. Estás usando la versión 2.53 de la app.", }, { "type": "section", diff --git a/src/pkjs/config-fr.js b/src/pkjs/config-fr.js index ee7009b..0b38788 100644 --- a/src/pkjs/config-fr.js +++ b/src/pkjs/config-fr.js @@ -5,7 +5,7 @@ module.exports = [ }, { "type": "text", - "defaultValue": "Ceci est la page de configuration pour l'app Breathe. Vous utilisez version 2.52 de l'app.", + "defaultValue": "Ceci est la page de configuration pour l'app Breathe. Vous utilisez version 2.53 de l'app.", }, { "type": "section", diff --git a/src/pkjs/config.js b/src/pkjs/config.js index 1c1b8c7..64ff7ad 100644 --- a/src/pkjs/config.js +++ b/src/pkjs/config.js @@ -5,7 +5,7 @@ module.exports = [ }, { "type": "text", - "defaultValue": "This is the settings page for the Breathe app. You are running version 2.52 of Breathe.", + "defaultValue": "This is the settings page for the Breathe app. You are running version 2.53 of Breathe.", }, { "type": "section",