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 #63 from trello/dlew/0.2.2
Browse files Browse the repository at this point in the history
Prepared 0.2.2 release
  • Loading branch information
dlew committed Aug 9, 2016
2 parents 5dc0895 + 0532103 commit d61b5db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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.2.2 (2016-08-09)

* [#62](https://github.com/trello/navi/pull/62) Added `Event.POST_CREATE` and `Event.POST_CREATE_PERSISTABLE`

## 0.2.1 (2016-07-05)

* [#57](https://github.com/trello/navi/pull/57) Added `Event.VIEW_CREATED` for `Fragments`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ RxNavi.observe(naviComponent, Event.CREATE)
## Installation

```gradle
compile 'com.trello:navi:0.2.1'
compile 'com.trello:navi:0.2.2'
```

## License

Copyright (C) 2015 Trello
Copyright (C) 2016 Trello

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the 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.2.1-SNAPSHOT
VERSION_CODE=6
VERSION_NAME=0.2.2-SNAPSHOT
VERSION_CODE=7

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

0 comments on commit d61b5db

Please sign in to comment.