Skip to content

Commit

Permalink
Bump version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat committed Oct 26, 2018
1 parent aab8b85 commit d042a32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ cache.set("key", "value", 42, TimeUnit.SECONDS);
```groovy
repositories { jcenter() }
compile 'com.fewlaps.quitnowcache:quitnow-cache:3.2.0'
compile 'com.fewlaps.quitnowcache:quitnow-cache:3.3.0'
```
* Grab via Maven:
```xml
Expand All @@ -100,7 +100,7 @@ compile 'com.fewlaps.quitnowcache:quitnow-cache:3.2.0'
<dependency>
<groupId>com.fewlaps.quitnowcache</groupId>
<artifactId>quitnow-cache</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.fewlaps.quitnowcache'
version '3.2.0'
version '3.3.0'

apply plugin: 'java'
apply plugin: 'com.novoda.bintray-release'
Expand Down

0 comments on commit d042a32

Please sign in to comment.