Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Yarikx committed Nov 30, 2016
1 parent f24c5b9 commit 4d284c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Reductor Releases #

### Version 0.11.1 - November 30, 2016

Replaced `@Generated` annotation with just a comment

### Version 0.11.0 - November 27, 2016

#### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
project.ext {
bintrayUser = project.hasProperty('BINTRAY_USER') ? project.property('BINTRAY_USER') : ""
bintrayKey = project.hasProperty('BINTRAY_KEY') ? project.property('BINTRAY_KEY') : ""
reductorVersion = '0.11.0'
reductorVersion = '0.11.1'
}


Expand Down

0 comments on commit 4d284c9

Please sign in to comment.