Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr authored Jul 25, 2024
1 parent a126315 commit 7d53318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To use the plugin, apply the following steps:
Using the `plugins` DSL, add:

plugins {
id 'com.gluonhq.gluonfx-gradle-plugin' version '1.0.22'
id 'com.gluonhq.gluonfx-gradle-plugin' version '1.0.23'
}

This requires adding the plugin repository to the `settings.gradle` file:
Expand All @@ -44,7 +44,7 @@ Alternatively, you can use the `buildscript` DSL:
}
}
dependencies {
classpath 'com.gluonhq:gluonfx-gradle-plugin:1.0.22'
classpath 'com.gluonhq:gluonfx-gradle-plugin:1.0.23'
}
}
apply plugin: 'com.gluonhq.gluonfx-gradle-plugin'
Expand Down

0 comments on commit 7d53318

Please sign in to comment.