Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Jan 22, 2020
1 parent 558a87a commit 189c97e
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 @@ -15,7 +15,7 @@ repositories {
}
dependencies {
testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.20'
testCompile 'com.willowtreeapps.assertk:assertk-jvm:0.21'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group 'com.willowtreeapps.assertk'
version '0.21-SNAPSHOT'
version '0.21'
}

ext {
Expand Down

0 comments on commit 189c97e

Please sign in to comment.