Skip to content

Commit

Permalink
༼ つ ◕_◕ ༽つ giving version 0.0.2 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittchen committed Oct 6, 2018
1 parent 5024810 commit 64ddc72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -89,15 +89,15 @@ You can depend on the library through Maven:
<dependency>
<groupId>com.github.pwittchen</groupId>
<artifactId>infinitescroll</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```

or through Gradle:

```groovy
dependencies {
compile 'com.github.pwittchen:infinitescroll:0.0.1'
compile 'com.github.pwittchen:infinitescroll:0.0.2'
}
```

Expand Down

0 comments on commit 64ddc72

Please sign in to comment.