From a5a67af8e0190399d13365543982a389cb96526d Mon Sep 17 00:00:00 2001 From: "matt.king2" Date: Tue, 3 Sep 2024 10:56:48 +0100 Subject: [PATCH] Bump to 0.2.3 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1ccfabb..add5cd9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "com.sainsburys" -version = "0.2.2" +version = "0.2.3" repositories { mavenCentral() @@ -36,7 +36,7 @@ publishing { } } mavenPublishing { - coordinates("com.sainsburys", "k2zpl", "0.2.2") + coordinates("com.sainsburys", "k2zpl", "0.2.3") pom { name.set("k2zpl") description.set("Kotlin DSL for ZPL (Zebra Programming Language)")