Skip to content

Commit

Permalink
Release version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
teresaholfeld committed Jun 20, 2019
1 parent 506e390 commit a55f0de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add the dependency in your app `build.gradle`:

```
dependencies {
implementation 'com.github.teresaholfeld:Stories:1.1.3'
implementation 'com.github.teresaholfeld:Stories:1.1.4'
}
```
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 15
targetSdkVersion 28
versionCode 1
versionName "1.1.3"
versionName "1.1.4"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit a55f0de

Please sign in to comment.