Skip to content

Commit

Permalink
Updated CHANGELOG/README to represent release
Browse files Browse the repository at this point in the history
  • Loading branch information
dlew committed Jul 23, 2015
1 parent 375d8ad commit ee3eb5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.1.0 (*in development*)
## 0.1.0

Initial independent release (split from RxAndroid 0.25.0)

Expand Down
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,9 @@ or `Fragment` lifecycle.

## Installation

They're currently only released as snapshots:

```gradle
compile 'com.trello:rxlifecycle:0.1.0-SNAPSHOT'
compile 'com.trello:rxlifecycle-components:0.1.0-SNAPSHOT'
```

You'll have to use Sonatype snapshot repository:

```gradle
repositories {
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
}
compile 'com.trello:rxlifecycle:0.1.0'
compile 'com.trello:rxlifecycle-components:0.1.0'
```

## License
Expand Down

0 comments on commit ee3eb5a

Please sign in to comment.