Skip to content

Commit

Permalink
Merge pull request #21 from jperedadnr/master
Browse files Browse the repository at this point in the history
New release version: 0.0.8
  • Loading branch information
johanvos authored Jun 12, 2019
2 parents d769124 + 843b5c5 commit ae6ac30
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-SNAPSHOT'
version '0.0.8'

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

implementation 'com.gluonhq:omega:0.0.9-SNAPSHOT'
implementation 'com.gluonhq:omega:0.0.9'
}

gradlePlugin {
Expand Down

0 comments on commit ae6ac30

Please sign in to comment.