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