Skip to content

Commit

Permalink
version up to 1.5.1
Browse files Browse the repository at this point in the history
version up to 1.5.1
  • Loading branch information
mrwonderman committed Apr 29, 2015
1 parent 99db76c commit f48bb45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions exampleapp/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="ch.halcyon.squareprogressbar.example"
android:versionCode="7"
android:versionName="1.5.0" >
android:versionCode="8"
android:versionName="1.5.1" >

<uses-sdk
android:minSdkVersion="14"
Expand Down
4 changes: 2 additions & 2 deletions squareprogressbar/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ch.halcyon.squareprogressbar"
android:versionCode="7"
android:versionName="1.5.0" >
android:versionCode="8"
android:versionName="1.5.1" >

<uses-sdk
android:minSdkVersion="14"
Expand Down
4 changes: 2 additions & 2 deletions squareprogressbar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: "com.jfrog.bintray"

version = "1.5.0"
version = "1.5.1"

android {
compileSdkVersion 17
Expand All @@ -22,7 +22,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 17
versionCode 7
versionCode 8
versionName version
}

Expand Down

0 comments on commit f48bb45

Please sign in to comment.