Skip to content

Commit 06a94fd

Browse files
authored
chore: next version 0.1.2 (#69)
- plugin is now by default visible on marketplace
1 parent 91a91d7 commit 06a94fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ val publishPlugin by tasks.registering {
223223
pluginZip.outputs.files.singleFile, // do not change
224224
null, // do not change. Channels will be available later
225225
"Bug fixes and improvements",
226-
true
226+
false
227227
)
228228
}
229229
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
version=0.1.1
1+
version=0.1.2
22
group=com.coder.toolbox
33
name=coder-toolbox

0 commit comments

Comments
 (0)