Skip to content

Commit ccd8ab5

Browse files
committed
updating download section to make it generic
1 parent 31dac48 commit ccd8ab5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,25 @@ That's it!
8383
Download
8484
--------
8585

86+
Latest version: ![Maven Central](https://img.shields.io/maven-central/v/com.github.pwittchen/infinitescroll.svg?style=flat)
87+
88+
replace `x.y.z` with the latest version
89+
8690
You can depend on the library through Maven:
8791

8892
```xml
8993
<dependency>
9094
<groupId>com.github.pwittchen</groupId>
9195
<artifactId>infinitescroll</artifactId>
92-
<version>0.0.2</version>
96+
<version>x.y.z</version>
9397
</dependency>
9498
```
9599

96100
or through Gradle:
97101

98102
```groovy
99103
dependencies {
100-
compile 'com.github.pwittchen:infinitescroll:0.0.2'
104+
compile 'com.github.pwittchen:infinitescroll:x.y.z'
101105
}
102106
```
103107

0 commit comments

Comments
 (0)