Skip to content

Commit 526e654

Browse files
committed
Prepare version 0.1.0.
1 parent ec5cd3c commit 526e654

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change Log
22
==========
33

4-
Version 0.1.0 *(In Development)*
5-
--------------------------------
4+
Version 0.1.0 *(2015-08-02)*
5+
----------------------------
66

77
Initial release.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
RxBinding
22
=========
33

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

66

77

88
Download
99
--------
1010

1111
```groovy
12-
compile 'com.jakewharton.rxbinding:rxbinding:0.1.0-SNAPSHOT'
12+
compile 'com.jakewharton.rxbinding:rxbinding:0.1.0'
1313
```
1414

1515
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].

RELEASING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Releasing
22
========
33

4-
1. Change the version in `gradle.properties` to a non-SNAPSHOT verson.
4+
1. Change the version in `gradle.properties` to a non-SNAPSHOT version.
55
2. Update the `CHANGELOG.md` for the impending release.
66
3. Update the `README.md` with the new version.
77
4. `git commit -am "Prepare for release X.Y.Z."` (where X.Y.Z is the new version)
8-
5. `git tag -a X.Y.X -m "Version X.Y.Z"` (where X.Y.Z is the new version)
8+
5. `git tag -a X.Y.Z -m "Version X.Y.Z"` (where X.Y.Z is the new version)
99
6. `./gradlew clean uploadArchives`
1010
7. Update the `gradle.properties` to the next SNAPSHOT version.
1111
8. `git commit -am "Prepare next development version."`

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.jakewharton.rxbinding
2-
VERSION_NAME=0.1.0-SNAPSHOT
2+
VERSION_NAME=0.1.0
33

44
POM_DESCRIPTION=RxJava binding APIs for Android's UI widgets.
55

0 commit comments

Comments
 (0)