Skip to content
This repository has been archived by the owner on May 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #22 from trello/dlew/0.1.2-prep
Browse files Browse the repository at this point in the history
Prep 0.1.2 release
  • Loading branch information
dlew committed Nov 25, 2015
2 parents 73b5f3b + 7c38cd0 commit 6fde276
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.2 (2015-11-25)

* [#20](https://github.com/trello/navi/pull/20) Added `Event.ALL` for listening to all events

## 0.1.1 (2015-11-09)

* [#16](https://github.com/trello/navi/pull/16) Fixed concurrency problems with add/removing listeners while emitting an event
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RxNavi.observe(naviComponent, Event.CREATE)
## Installation

```gradle
compile 'com.trello:navi:0.1.1'
compile 'com.trello:navi:0.1.2'
```

## License
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.trello
VERSION_NAME=0.1.1-SNAPSHOT
VERSION_CODE=2
VERSION_NAME=0.1.2-SNAPSHOT
VERSION_CODE=3

POM_URL=https://github.com/trello/navi
POM_SCM_URL=https://github.com/trello/navi
Expand Down

0 comments on commit 6fde276

Please sign in to comment.