Skip to content

Commit

Permalink
New release version: 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr committed Jun 12, 2019
1 parent ae6ac30 commit e8f4b57
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 e8f4b57

Please sign in to comment.