Skip to content

Commit

Permalink
Update version to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lecho committed Jul 2, 2015
1 parent 7d38a9f commit 10b529e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.5.5
VERSION_CODE=10
VERSION_NAME=1.5.6
VERSION_CODE=11
GROUP=com.github.lecho

POM_DESCRIPTION=Charting library for Android compatible with API 8+(Android 2.2).
Expand Down
4 changes: 2 additions & 2 deletions hellocharts-library/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="lecho.lib.hellocharts"
android:versionCode="10"
android:versionName="1.5.5" >
android:versionCode="11"
android:versionName="1.5.6" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
4 changes: 2 additions & 2 deletions hellocharts-samples/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="lecho.lib.hellocharts.samples"
android:versionCode="10"
android:versionName="1.5.5" >
android:versionCode="11"
android:versionName="1.5.6" >

<uses-sdk
android:minSdkVersion="8"
Expand Down

0 comments on commit 10b529e

Please sign in to comment.