Skip to content

Commit

Permalink
Prepare version 0.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Aug 2, 2015
1 parent ec5cd3c commit 526e654
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,7 +1,7 @@
Change Log
==========

Version 0.1.0 *(In Development)*
--------------------------------
Version 0.1.0 *(2015-08-02)*
----------------------------

Initial release.
4 changes: 2 additions & 2 deletions README.md
@@ -1,15 +1,15 @@
RxBinding
=========

RxJava binding APIs for Android's UI widgets.
RxJava binding APIs for Android UI widgets from the platform and support libraries.



Download
--------

```groovy
compile 'com.jakewharton.rxbinding:rxbinding:0.1.0-SNAPSHOT'
compile 'com.jakewharton.rxbinding:rxbinding:0.1.0'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down
4 changes: 2 additions & 2 deletions RELEASING.md
@@ -1,11 +1,11 @@
Releasing
========

1. Change the version in `gradle.properties` to a non-SNAPSHOT verson.
1. Change the version in `gradle.properties` to a non-SNAPSHOT version.
2. Update the `CHANGELOG.md` for the impending release.
3. Update the `README.md` with the new version.
4. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
5. `git tag -a X.Y.X -m "Version X.Y.Z"` (where X.Y.Z is the new version)
5. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
6. `./gradlew clean uploadArchives`
7. Update the `gradle.properties` to the next SNAPSHOT version.
8. `git commit -am "Prepare next development version."`
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.jakewharton.rxbinding
VERSION_NAME=0.1.0-SNAPSHOT
VERSION_NAME=0.1.0

POM_DESCRIPTION=RxJava binding APIs for Android's UI widgets.
Expand Down

0 comments on commit 526e654

Please sign in to comment.