Bumping version codes to 1.2.0

This commit is contained in:
Tim Mickel 2016-02-03 15:00:55 -05:00
parent 5ed3220a34
commit 9360e6d9d2
3 changed files with 3 additions and 3 deletions

View file

@ -22,7 +22,7 @@ android {
minSdkVersion 17
targetSdkVersion 23
versionCode 20
versionName "1.1"
versionName "1.2.0"
}
}
}

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name">ScratchJr Free</string>
<string name="app_version">1.1</string>
<string name="app_version">1.2.0</string>
<string name="share_extension_filter">.*\\.sjr</string>
<string name="share_mimetype">application/x-scratchjr-project</string>
</resources>

View file

@ -1,6 +1,6 @@
{
"name": "scratchjr",
"version": "1.1.0",
"version": "1.2.0",
"description": "ScratchJr",
"private": "true",
"scripts": {