Skip to content

Commit bd5cea4

Browse files
committed
Release 1.1.1
1 parent 1076bb5 commit bd5cea4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
Or Gradle Maven Central:
3434

3535
```groovy
36-
compile 'com.github.devlight.navigationtabbar:library:1.1.0'
36+
compile 'com.github.devlight.navigationtabbar:library:1.1.1'
3737
```
3838

3939
Or Maven:
@@ -42,7 +42,7 @@ Or Maven:
4242
<dependency>
4343
<groupId>com.github.devlight.navigationtabbar</groupId>
4444
<artifactId>library</artifactId>
45-
<version>1.1.0</version>
45+
<version>1.1.1</version>
4646
<type>aar</type>
4747
</dependency>
4848
```

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apply plugin: "com.jfrog.bintray"
1919
apply plugin: 'com.github.dcendents.android-maven'
2020
apply plugin: 'maven'
2121

22-
version = "1.1.0"
22+
version = "1.1.1"
2323

2424
android {
2525
compileSdkVersion 23
@@ -29,7 +29,7 @@ android {
2929
minSdkVersion 11
3030
targetSdkVersion 23
3131
versionCode 1
32-
versionName "1.1.0"
32+
versionName "1.1.1"
3333
}
3434
buildTypes {
3535
release {

0 commit comments

Comments
 (0)