Skip to content

Commit

Permalink
Bump 1.6.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
rocboronat committed Jun 7, 2016
1 parent db59335 commit 8ffe6c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ cache.set("key", "value", 42, TimeUnit.SECONDS);

#Download

* Get <a href="https://github.com/Fewlaps/quitnow-cache/releases/download/v1.6.0/quitnow-cache-1.6.0.jar">the latest .jar</a>
* Get <a href="https://github.com/Fewlaps/quitnow-cache/releases/download/v1.6.1/quitnow-cache-1.6.1.jar">the latest .jar</a>

* Grab via Gradle:
```groovy
repositories { jcenter() }
compile 'com.fewlaps.quitnowcache:quitnow-cache:1.6.0'
compile 'com.fewlaps.quitnowcache:quitnow-cache:1.6.1'
```
* Grab via Maven:
```xml
Expand All @@ -95,7 +95,7 @@ compile 'com.fewlaps.quitnowcache:quitnow-cache:1.6.0'
<dependency>
<groupId>com.fewlaps.quitnowcache</groupId>
<artifactId>quitnow-cache</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.fewlaps.quitnowcache'
version '1.6.0'
version '1.6.1'

apply plugin: 'java'
apply plugin: 'com.novoda.bintray-release'
Expand Down Expand Up @@ -34,7 +34,7 @@ publish {
userOrg = 'fewlaps'
groupId = 'com.fewlaps.quitnowcache'
artifactId = 'quitnow-cache'
publishVersion = '1.6.0'
publishVersion = '1.6.1'
desc = 'A memcached-like Java cache, focused on portability'
website = 'https://github.com/Fewlaps/quitnow-cache'
}
Expand Down

0 comments on commit 8ffe6c1

Please sign in to comment.