Skip to content

Commit ce272cc

Browse files
committed
Update 1.0.4
1 parent eb98c46 commit ce272cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
Or Gradle Maven Central:
3838

3939
```groovy
40-
compile 'com.github.devlight.navigationtabstrip:navigationtabstrip:1.0.3'
40+
compile 'com.github.devlight.navigationtabstrip:navigationtabstrip:1.0.4'
4141
```
4242

4343
Or Maven:
@@ -46,7 +46,7 @@ Or Maven:
4646
<dependency>
4747
<groupId>com.github.devlight.navigationtabstrip</groupId>
4848
<artifactId>navigationtabstrip</artifactId>
49-
<version>1.0.3</version>
49+
<version>1.0.4</version>
5050
<type>aar</type>
5151
</dependency>
5252
```

navigationtabstrip/build.gradle

+2-2
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.0.3"
22+
version = "1.0.4"
2323

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

0 commit comments

Comments
 (0)