Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingPumba committed Dec 22, 2016
1 parent 8eaff6d commit 7f00c87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ repositories {
jcenter()
}
dependencies {
compile 'com.iarcuschin:simpleratingbar:0.1.4'
compile 'com.iarcuschin:simpleratingbar:0.1.5'
}
```

Expand All @@ -105,7 +105,7 @@ repositories {
mavenCentral()
}
dependencies {
compile 'com.iarcuschin:simpleratingbar:0.1.4'
compile 'com.iarcuschin:simpleratingbar:0.1.5'
}
```

Expand All @@ -116,7 +116,7 @@ repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
compile 'com.github.FlyingPumba:SimpleRatingBar:v0.1.4'
compile 'com.github.FlyingPumba:SimpleRatingBar:v0.1.5'
}
```

Expand All @@ -125,7 +125,7 @@ Using `Maven`:
<dependency>
<groupId>com.iarcuschin</groupId>
<artifactId>simpleratingbar</artifactId>
<version>0.1.4</version>
<version>0.1.5</version>
<type>apklib</type>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions simpleratingbar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
siteUrl = 'https://github.com/FlyingPumba/SimpleRatingBar'
gitUrl = 'https://github.com/FlyingPumba/SimpleRatingBar.git'

libraryVersion = '0.1.4'
libraryVersion = '0.1.5'

developerId = 'flyingpumba'
developerName = 'Ivan Arcuschin'
Expand Down Expand Up @@ -45,8 +45,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 24
versionCode 15
versionName "0.1.4"
versionCode 16
versionName "0.1.5"
}
buildTypes {
release {
Expand Down

0 comments on commit 7f00c87

Please sign in to comment.