Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hpost committed Jun 28, 2018
1 parent 266859a commit 21368e9
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 @@ -14,6 +14,6 @@ and:

```gradle
dependencies {
implementation "cc.femto:kommon-mvi:2.1.0"
implementation "cc.femto:kommon-mvi:2.1.1"
}
```
4 changes: 2 additions & 2 deletions mvi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 27
versionCode 4
versionName "2.1.0"
versionCode 5
versionName "2.1.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 21368e9

Please sign in to comment.