Skip to content

Commit

Permalink
prepared 3.1. release
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 committed Dec 19, 2014
1 parent a0f276f commit 47b48ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog jmacaroons
=====================

Version 0.?.? (2014-12-??)
Version 0.3.1 (2014-12-19)
--------------------------

* Fixed: a bug in verifying third-party caveats, they aren't optional but mandatory
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ Maven
<dependency>
<groupId>com.github.nitram509</groupId>
<artifactId>jmacaroons</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
````

Gradle
````groovy
compile 'com.github.nitram509:jmacaroons:0.3.0'
compile 'com.github.nitram509:jmacaroons:0.3.1'
````


Expand Down

0 comments on commit 47b48ec

Please sign in to comment.