Skip to content

Commit 568cd02

Browse files
author
José Pereda
authored
Merge pull request #22 from jperedadnr/master
New release version: 0.0.9
2 parents ae6ac30 + e8f4b57 commit 568cd02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'com.gluonhq'
10-
version '0.0.8'
10+
version '0.0.9'
1111

1212
sourceCompatibility = 11
1313
targetCompatibility = 11
@@ -28,7 +28,7 @@ repositories {
2828
dependencies {
2929
implementation gradleApi()
3030

31-
implementation 'com.gluonhq:omega:0.0.9'
31+
implementation 'com.gluonhq:omega:0.0.10'
3232
}
3333

3434
gradlePlugin {

0 commit comments

Comments
 (0)