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 #26 from trello/dlew/prep-0.1.3
Browse files Browse the repository at this point in the history
Preparing release 0.1.3
  • Loading branch information
dlew committed Dec 3, 2015
2 parents 848f868 + 1672e70 commit 1838692
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.3 (2015-12-03)

* [#24](https://github.com/trello/navi/pull/24) Converted hasEvent() -> handlesEvents()

## 0.1.2 (2015-11-25)

* [#20](https://github.com/trello/navi/pull/20) Added `Event.ALL` for listening to all events
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.2'
compile 'com.trello:navi:0.1.3'
```

## 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.2-SNAPSHOT
VERSION_CODE=3
VERSION_NAME=0.1.3-SNAPSHOT
VERSION_CODE=4

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

0 comments on commit 1838692

Please sign in to comment.