diff --git a/build.gradle.kts b/build.gradle.kts index bee647f..e715675 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -223,7 +223,7 @@ val publishPlugin by tasks.registering { pluginZip.outputs.files.singleFile, // do not change null, // do not change. Channels will be available later "Bug fixes and improvements", - true + false ) } } diff --git a/gradle.properties b/gradle.properties index 01172dd..0393b8e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -version=0.1.1 +version=0.1.2 group=com.coder.toolbox name=coder-toolbox