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

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhktan committed Jan 6, 2017
1 parent c3b5336 commit 1f2dc9d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@
"watchface": false
}
},
"version": "2.2.0"
"version": "2.21.0"
}
2 changes: 1 addition & 1 deletion src/c/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#endif

static void init() {
APP_LOG(APP_LOG_LEVEL_INFO, "You are running version 2.2 of the Breathe app.");
APP_LOG(APP_LOG_LEVEL_INFO, "You are running version 2.21 of the Breathe app.");
#if PBL_HEALTH
health_init(); // Subscribe to health service if health API is available
data_init(); // Subscribe to data service
Expand Down
2 changes: 1 addition & 1 deletion src/pkjs/config-de.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = [
},
{
"type": "text",
"defaultValue": "Dies sind die Einstellungen für die Breathe-App. Sie benutzen Version 2.2 von Breathe.",
"defaultValue": "Dies sind die Einstellungen für die Breathe-App. Sie benutzen Version 2.21 von Breathe.",
},
{
"type": "section",
Expand Down
2 changes: 1 addition & 1 deletion src/pkjs/config-es.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.2 de la app.",
"defaultValue": "Esta es la página de ajustes para la app Breathe. Estás usando la versión 2.21 de la app.",
},
{
"type": "section",
Expand Down
2 changes: 1 addition & 1 deletion src/pkjs/config-fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = [
},
{
"type": "text",
"defaultValue": "Ceci est la page de configuration pour l'app Breathe. Vous utilisez version 2.2 de l'app.",
"defaultValue": "Ceci est la page de configuration pour l'app Breathe. Vous utilisez version 2.21 de l'app.",
},
{
"type": "section",
Expand Down
2 changes: 1 addition & 1 deletion src/pkjs/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = [
},
{
"type": "text",
"defaultValue": "This is the settings page for the Breathe app. You are running version 2.2 of Breathe.",
"defaultValue": "This is the settings page for the Breathe app. You are running version 2.21 of Breathe.",
},
{
"type": "section",
Expand Down

0 comments on commit 1f2dc9d

Please sign in to comment.