From 6d726969bfeceadce23a97f5f4d13a78ce32dba8 Mon Sep 17 00:00:00 2001 From: "matt.king2" Date: Thu, 31 Oct 2024 07:36:18 +0000 Subject: [PATCH] Bump to 0.3.0 --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 917fac1..c776c5f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "com.sainsburys" -version = "0.2.5" +version = "0.3.0" repositories { mavenCentral() @@ -36,7 +36,7 @@ publishing { } } mavenPublishing { - coordinates("com.sainsburys", "k2zpl", "0.2.5") + coordinates("com.sainsburys", "k2zpl", "0.3.0") pom { name.set("k2zpl") description.set("Kotlin DSL for ZPL (Zebra Programming Language)")