Skip to content

Commit a489830

Browse files
author
yohan
committed
update readme
1 parent 0d61dab commit a489830

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README-zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ allprojects {
2020
* 在项目中添加依赖
2121
```Gradle
2222
dependencies {
23-
compile 'com.github.demoNo:AutoScrollViewPager:v1.0.1'
23+
compile 'com.github.demoNo:AutoScrollViewPager:v1.0.2'
2424
}
2525
```
2626

@@ -41,7 +41,7 @@ Maven
4141
<dependency>
4242
<groupId>com.github.demoNo</groupId>
4343
<artifactId>AutoScrollViewPager</artifactId>
44-
<version>v1.0.1</version>
44+
<version>v1.0.2</version>
4545
</dependency>
4646
```
4747

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ allprojects {
2323
* Add the dependency
2424
```Gradle
2525
dependencies {
26-
compile 'com.github.demoNo:AutoScrollViewPager:v1.0.1'
26+
compile 'com.github.demoNo:AutoScrollViewPager:v1.0.2'
2727
}
2828
```
2929

@@ -45,7 +45,7 @@ Maven
4545
<dependency>
4646
<groupId>com.github.demoNo</groupId>
4747
<artifactId>AutoScrollViewPager</artifactId>
48-
<version>v1.0.1</version>
48+
<version>v1.0.2</version>
4949
</dependency>
5050
```
5151

0 commit comments

Comments
 (0)