Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Commit

Permalink
Prepare 0.11.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Welsch committed Feb 7, 2017
1 parent 347a97f commit 2977bb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ Tray is ready to use without showblockers! But here are some nice to have featur

## Versions

##### Version 0.11.1 `07.02.17`

- preference key cannot be empty #84
- `clearBut(TrayPreference)` -> `clearBut(AbstractTrayPreference)` #89

##### Version 0.11.0 `07.09.16`
- all accessor methods return `boolean` indicating the success of i.e. `put`, `remove`. They will never again throw an error. #69
- new `contains()` method #74
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apply plugin: 'com.android.library'
apply plugin: 'jacoco'
apply plugin: 'bintray-release'

def final String VERSION_NAME = "0.11.0"
def final int VERSION_CODE = 11
def final String VERSION_NAME = "0.11.1"
def final int VERSION_CODE = 12

android {
compileSdkVersion 23
Expand Down

0 comments on commit 2977bb4

Please sign in to comment.