Skip to content

Commit

Permalink
Use latest release v0.1.0 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinayagarwal committed Sep 4, 2023
1 parent 9989deb commit 736ea7c
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.14'
id 'org.openjfx.javafxplugin' version '0.1.0'
}

**Kotlin**

plugins {
id("org.openjfx.javafxplugin") version "0.0.14"
id("org.openjfx.javafxplugin") version "0.1.0"
}

##### 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.14'
classpath 'org.openjfx:javafx-plugin:0.1.0'
}
}
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.14")
classpath("org.openjfx:javafx-plugin:0.1.0")
}
}
apply(plugin = "org.openjfx.javafxplugin")
Expand Down

0 comments on commit 736ea7c

Please sign in to comment.