Skip to content

Commit 0592b13

Browse files
committed
bump version
1 parent e2bc7a7 commit 0592b13

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ And then the actual library dependency to your module's `build.gradle`:
1919

2020
```groovy
2121
dependencies {
22-
compile 'com.github.transferwise:sequence-layout:1.0.3'
22+
compile 'com.github.transferwise:sequence-layout:1.0.4'
2323
}
2424
```
2525

sequencelayout/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
defaultConfig {
1212
minSdkVersion 19
1313
targetSdkVersion 27
14-
versionCode 3
15-
versionName "1.0.3"
14+
versionCode 4
15+
versionName "1.0.4"
1616
archivesBaseName = "com.transferwise.sequencelayout-${versionName}"
1717
}
1818

0 commit comments

Comments
 (0)