diff --git a/README.md b/README.md index 1cb9a95..6f43006 100644 --- a/README.md +++ b/README.md @@ -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.19' + id 'com.gluonhq.gluonfx-gradle-plugin' version '1.0.20' } This requires adding the plugin repository to the `settings.gradle` file: @@ -44,7 +44,7 @@ Alternatively, you can use the `buildscript` DSL: } } dependencies { - classpath 'com.gluonhq:gluonfx-gradle-plugin:1.0.19' + classpath 'com.gluonhq:gluonfx-gradle-plugin:1.0.20' } } apply plugin: 'com.gluonhq.gluonfx-gradle-plugin'