Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
1Jajen1 committed Mar 12, 2019
1 parent eb87e5d commit b77de76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repositories {
}
dependencies {
testImplementation: 'propCheck:propCheck-kt:0.9.1'
testImplementation: 'propCheck:propCheck-kt:0.9.2'
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
apply plugin: 'kotlin-kapt'

group 'propCheck'
version '0.9.1'
version '0.9.2'

def arrow_version = "0.9.0"
dependencies {
Expand Down Expand Up @@ -100,7 +100,7 @@ publishing {
}
groupId 'propCheck'
artifactId 'propCheck-kt'
version '0.9.1'
version '0.9.2'
pom.withXml {
def root = asNode()
root.appendNode('description', 'Property based testing for kotlin')
Expand All @@ -123,7 +123,7 @@ bintray {
licenses = ['BSD 3-Clause']
vcsUrl = 'https://github.com/1Jajen1/propCheck'
version {
name = '0.9.1'
name = '0.9.2'
released = new Date()
}
}
Expand Down

0 comments on commit b77de76

Please sign in to comment.