Skip to content

Commit 8ef5473

Browse files
committed
Version Bump
1 parent 27a1b13 commit 8ef5473

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vista-plugin/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "io.github.theaniketraj"
13-
version = "1.0.0"
13+
version = "1.0.7"
1414

1515
gradlePlugin {
1616
website.set("https://github.com/theaniketraj/vista")
@@ -19,6 +19,7 @@ gradlePlugin {
1919
plugins {
2020
create("versioningPlugin") {
2121
id = "io.github.theaniketraj.vista"
22+
version = "1.0.7"
2223
displayName = "VISTA Versioning Plugin"
2324
implementationClass = "com.example.vista.VersioningPlugin"
2425
displayName = "VISTA Versioning Plugin"

0 commit comments

Comments
 (0)