Skip to content

Commit

Permalink
Use latest release v0.0.10 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed May 3, 2021
1 parent 6ae7e16 commit 56d92f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ To use the plugin, apply the following two steps:
**Groovy**

plugins {
id 'org.openjfx.javafxplugin' version '0.0.9'
id 'org.openjfx.javafxplugin' version '0.0.10'
}

**Kotlin**

plugins {
id("org.openjfx.javafxplugin") version "0.0.9"
id("org.openjfx.javafxplugin") version "0.0.10"
}

##### Alternatively, you can use the `buildscript` DSL:
Expand All @@ -37,7 +37,7 @@ To use the plugin, apply the following two steps:
}
}
dependencies {
classpath 'org.openjfx:javafx-plugin:0.0.9'
classpath 'org.openjfx:javafx-plugin:0.0.10'
}
}
apply plugin: 'org.openjfx.javafxplugin'
Expand All @@ -51,7 +51,7 @@ To use the plugin, apply the following two steps:
}
}
dependencies {
classpath("org.openjfx:javafx-plugin:0.0.9")
classpath("org.openjfx:javafx-plugin:0.0.10")
}
}
apply(plugin = "org.openjfx.javafxplugin")
Expand Down

0 comments on commit 56d92f0

Please sign in to comment.