Skip to content

Commit

Permalink
Use latest release v1.0.19 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
gluon-bot committed Jun 26, 2023
1 parent 9866d77 commit d76f962
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.18'
id 'com.gluonhq.gluonfx-gradle-plugin' version '1.0.19'
}

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.18'
classpath 'com.gluonhq:gluonfx-gradle-plugin:1.0.19'
}
}
apply plugin: 'com.gluonhq.gluonfx-gradle-plugin'
Expand Down

0 comments on commit d76f962

Please sign in to comment.