We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a1b13 commit 8ef5473Copy full SHA for 8ef5473
vista-plugin/build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
10
}
11
12
group = "io.github.theaniketraj"
13
-version = "1.0.0"
+version = "1.0.7"
14
15
gradlePlugin {
16
website.set("https://github.com/theaniketraj/vista")
@@ -19,6 +19,7 @@ gradlePlugin {
19
plugins {
20
create("versioningPlugin") {
21
id = "io.github.theaniketraj.vista"
22
+ version = "1.0.7"
23
displayName = "VISTA Versioning Plugin"
24
implementationClass = "com.example.vista.VersioningPlugin"
25
0 commit comments