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 #100 from trello/dlew/prep-2.0.1
Browse files Browse the repository at this point in the history
Prepared release of v2.0.1
  • Loading branch information
dlew committed May 20, 2018
2 parents 868ec88 + 140b733 commit ca64b33
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.0.1 (2018-05-20)

* [#93](https://github.com/trello/navi/pull/93) Make NaviAppCompatDialogFragment extend from AppCompatDialogFragment
* [#96](https://github.com/trello/navi/pull/96) Fail early on null component or event
* [#97](https://github.com/trello/navi/pull/97) Remove unnecessary throws Exception in NaviOnSubscribe
* [#98](https://github.com/trello/navi/pull/98) Disable BuildConfig generation

## 2.0 (2016-11-21)

This major revision was made to support RxJava 2. Navi 2.0 lives in a new namespace and package
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.navi2:navi:2.0'
compile 'com.trello.navi2:navi:2.0.1'
```

## License
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.trello.navi2
VERSION_NAME=2.0-SNAPSHOT
VERSION_NAME=2.0.1-SNAPSHOT

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

0 comments on commit ca64b33

Please sign in to comment.