Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottWalkerAU committed Oct 11, 2018
1 parent e13911e commit 4b83b43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.1.0'
}

version = '0.4.0'
version = '0.5.0'

jar {
baseName = 'iconic-api'
Expand Down
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

jar {
baseName = 'iconic-cli'
version = '0.4.0'
version = '0.5.0'

// The Java plugin doesn't specify any of the
// manifest attributes, so we need at least
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
}
}

version = '0.4.0'
version = '0.5.0'

dependencies {
compile 'org.controlsfx:controlsfx:8.40.14'
Expand Down

0 comments on commit 4b83b43

Please sign in to comment.