Skip to content

Commit

Permalink
Bump to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andremion committed Feb 3, 2017
1 parent ca86482 commit 0b76c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Include the library in your `build.gradle`

```groovy
dependencies{
compile 'com.github.andremion:counterfab:1.0.0'
compile 'com.github.andremion:counterfab:1.0.1'
}
```

Expand All @@ -30,7 +30,7 @@ or in your `pom.xml` if you are using Maven
<dependency>
<groupId>com.github.andremion</groupId>
<artifactId>counterfab</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 0b76c38

Please sign in to comment.