Skip to content

Commit

Permalink
Bump version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hpost committed Dec 13, 2019
1 parent 7830808 commit 21105b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for useful extensions that encapsulate common operations when observing (partial
## Binaries
```gradle
dependencies {
implementation "cc.femto:rx-mvi:4.1.0"
implementation "cc.femto:rx-mvi:4.2.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions rx-mvi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
defaultConfig {
minSdkVersion buildConfig.minSdkVersion
targetSdkVersion buildConfig.targetSdkVersion
versionCode 10
versionName "4.1.0"
versionCode 11
versionName "4.2.0"
}
buildTypes {
release {
Expand Down

0 comments on commit 21105b1

Please sign in to comment.