Skip to content

Commit

Permalink
Merge pull request #22 from jperedadnr/master
Browse files Browse the repository at this point in the history
New release version: 0.0.9
  • Loading branch information
José Pereda authored Jun 12, 2019
2 parents ae6ac30 + e8f4b57 commit 568cd02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group 'com.gluonhq'
version '0.0.8'
version '0.0.9'

sourceCompatibility = 11
targetCompatibility = 11
Expand All @@ -28,7 +28,7 @@ repositories {
dependencies {
implementation gradleApi()

implementation 'com.gluonhq:omega:0.0.9'
implementation 'com.gluonhq:omega:0.0.10'
}

gradlePlugin {
Expand Down

0 comments on commit 568cd02

Please sign in to comment.