File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
xmlns:cdv=" http://cordova.apache.org/ns/1.0"
4
4
xmlns:android = " http://schemas.android.com/apk/res/android"
5
5
id = " org.olpc-france.sugarizer"
6
- version = " 1.0.0 "
7
- android-versionCode = " 10000 " >
6
+ version = " 1.0.1 "
7
+ android-versionCode = " 10001 " >
8
8
<name >Sugarizer</name >
9
9
10
10
<description >
Original file line number Diff line number Diff line change 3
3
// Constants
4
4
var constant = { } ;
5
5
6
- constant . sugarizerVersion = "1.0" ;
6
+ constant . sugarizerVersion = "1.0.1 " ;
7
7
8
8
constant . sizeOwner = 100 ;
9
9
constant . sizeJournal = 40 ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Sugarizer" ,
3
3
"description" : " A taste of Sugar on any device." ,
4
- "version" : " 1.0" ,
4
+ "version" : " 1.0.1 " ,
5
5
"author" : " Lionel Laské for OLPC France" ,
6
6
"app" : {
7
7
"background" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Sugarizer" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"devDependencies" : {
5
5
"grunt" : " ~0.4.5" ,
6
6
"grunt-contrib-jshint" : " ~0.10.0" ,
You can’t perform that action at this time.
0 commit comments