diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e48433..28d442b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.1.0 (*in development*) +## 0.1.0 Initial independent release (split from RxAndroid 0.25.0) diff --git a/README.md b/README.md index bae2cdb..5a14428 100644 --- a/README.md +++ b/README.md @@ -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