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

Commit 6fde276

Browse files
committed
Merge pull request #22 from trello/dlew/0.1.2-prep
Prep 0.1.2 release
2 parents 73b5f3b + 7c38cd0 commit 6fde276

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.2 (2015-11-25)
4+
5+
* [#20](https://github.com/trello/navi/pull/20) Added `Event.ALL` for listening to all events
6+
37
## 0.1.1 (2015-11-09)
48

59
* [#16](https://github.com/trello/navi/pull/16) Fixed concurrency problems with add/removing listeners while emitting an event

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RxNavi.observe(naviComponent, Event.CREATE)
4343
## Installation
4444

4545
```gradle
46-
compile 'com.trello:navi:0.1.1'
46+
compile 'com.trello:navi:0.1.2'
4747
```
4848

4949
## License

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.trello
2-
VERSION_NAME=0.1.1-SNAPSHOT
3-
VERSION_CODE=2
2+
VERSION_NAME=0.1.2-SNAPSHOT
3+
VERSION_CODE=3
44

55
POM_URL=https://github.com/trello/navi
66
POM_SCM_URL=https://github.com/trello/navi

0 commit comments

Comments
 (0)