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 #17 from trello/dlew/0.1.1-release
Browse files Browse the repository at this point in the history
Prepared 0.1.1 release
  • Loading branch information
dlew committed Nov 9, 2015
2 parents e7099f6 + a902745 commit 4d7e4b3
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.1 (2015-11-09)

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

## 0.1.0 (2015-11-04)

Initial release!
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RxNavi.observe(naviComponent, Event.CREATE)
## Installation

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

## 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.0-SNAPSHOT
VERSION_CODE=1
VERSION_NAME=0.1.1-SNAPSHOT
VERSION_CODE=2

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

0 comments on commit 4d7e4b3

Please sign in to comment.