From 46262e64e84e008fe6e3a8daab9f84bac4c62453 Mon Sep 17 00:00:00 2001 From: JanMalch <25508038+JanMalch@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:17:04 +0200 Subject: [PATCH] chore: release 0.0.1-alpha.2 --- .gitignore | 6 +++++- .../src/main/kotlin/root.publication.gradle.kts | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9872784..3bc57db 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,8 @@ captures .cxx local.properties xcuserdata -.kotlin \ No newline at end of file +.kotlin + +# secret local workaround, while I'm struggling with the plugin :') +.deploy +deploy.sh diff --git a/convention-plugins/src/main/kotlin/root.publication.gradle.kts b/convention-plugins/src/main/kotlin/root.publication.gradle.kts index 85f2db6..703488d 100644 --- a/convention-plugins/src/main/kotlin/root.publication.gradle.kts +++ b/convention-plugins/src/main/kotlin/root.publication.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "io.github.janmalch" // must match verified namespace in Maven Central - version = "0.0.1-alpha.1" + version = "0.0.1-alpha.2" } nexusPublishing {