From 8a254201ee2975db39644e6be6250688a104a243 Mon Sep 17 00:00:00 2001 From: Matt King Date: Mon, 5 Aug 2024 09:37:22 +0100 Subject: [PATCH] Bump to 0.2.0 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7936f52..e465dd5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "com.sainsburys" -version = "0.1.0" +version = "0.2.0" repositories { mavenCentral() @@ -36,7 +36,7 @@ publishing { } } mavenPublishing { - coordinates("com.sainsburys", "k2zpl", "0.1.0") + coordinates("com.sainsburys", "k2zpl", "0.2.0") pom { name.set("k2zpl") description.set("Kotlin DSL for ZPL (Zebra Programming Language)")