Skip to content

Commit 3294ecd

Browse files
committed
fix(plugin): version
1 parent 269f85d commit 3294ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ide-plugins/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.picocode"
8-
version = project.findProperty("version") as String? ?: "0.2.0"
8+
version = project.findProperty("version") as String? ?: "0.0.1"
99

1010
repositories {
1111
mavenCentral()

0 commit comments

Comments
 (0)