Skip to content

Commit

Permalink
Update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
llaske committed Jun 30, 2018
1 parent 74995bd commit 8ed6f12
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:cdv="http://cordova.apache.org/ns/1.0"
xmlns:android = "http://schemas.android.com/apk/res/android"
id = "org.olpc-france.sugarizer"
version = "1.0.0"
android-versionCode = "10000">
version = "1.0.1"
android-versionCode = "10001">
<name>Sugarizer</name>

<description>
Expand Down
2 changes: 1 addition & 1 deletion js/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Constants
var constant = {};

constant.sugarizerVersion = "1.0";
constant.sugarizerVersion = "1.0.1";

constant.sizeOwner = 100;
constant.sizeJournal = 40;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Sugarizer",
"description": "A taste of Sugar on any device.",
"version": "1.0",
"version": "1.0.1",
"author": "Lionel Laské for OLPC France",
"app": {
"background": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Sugarizer",
"version": "1.0.0",
"version": "1.0.1",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
Expand Down

0 comments on commit 8ed6f12

Please sign in to comment.