Skip to content

Commit 8ed6f12

Browse files
author
llaske
committed
Update version to 1.0.1
1 parent 74995bd commit 8ed6f12

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

config.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
xmlns:cdv="http://cordova.apache.org/ns/1.0"
44
xmlns:android = "http://schemas.android.com/apk/res/android"
55
id = "org.olpc-france.sugarizer"
6-
version = "1.0.0"
7-
android-versionCode = "10000">
6+
version = "1.0.1"
7+
android-versionCode = "10001">
88
<name>Sugarizer</name>
99

1010
<description>

js/constant.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Constants
44
var constant = {};
55

6-
constant.sugarizerVersion = "1.0";
6+
constant.sugarizerVersion = "1.0.1";
77

88
constant.sizeOwner = 100;
99
constant.sizeJournal = 40;

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Sugarizer",
33
"description": "A taste of Sugar on any device.",
4-
"version": "1.0",
4+
"version": "1.0.1",
55
"author": "Lionel Laské for OLPC France",
66
"app": {
77
"background": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Sugarizer",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"devDependencies": {
55
"grunt": "~0.4.5",
66
"grunt-contrib-jshint": "~0.10.0",

0 commit comments

Comments
 (0)