Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Bump v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k-kagurazaka committed Dec 8, 2017
1 parent 689ca5b commit 43d15d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ repositories {
}
dependencies {
compile 'com.github.k-kagurazaka.rx-property-android:rx-property:3.1.0'
compile 'com.github.k-kagurazaka.rx-property-android:rx-property:4.0.0'
// If you want to use Kotlin syntax
compile 'com.github.k-kagurazaka.rx-property-android:rx-property-kotlin:3.1.0'
compile 'com.github.k-kagurazaka.rx-property-android:rx-property-kotlin:4.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GROUP=com.github.k-kagurazaka
VERSION_NAME=3.1.0
VERSION_NAME=4.0.0

0 comments on commit 43d15d8

Please sign in to comment.