Skip to content

Commit

Permalink
Merge pull request #19 from sainsburys-tech/chore/bump-0.2.4
Browse files Browse the repository at this point in the history
Bump to version 0.2.4
  • Loading branch information
itsmattking authored Sep 20, 2024
2 parents 500eaa9 + 10900d0 commit 46e28f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "com.sainsburys"
version = "0.2.3"
version = "0.2.4"

repositories {
mavenCentral()
Expand Down Expand Up @@ -36,7 +36,7 @@ publishing {
}
}
mavenPublishing {
coordinates("com.sainsburys", "k2zpl", "0.2.3")
coordinates("com.sainsburys", "k2zpl", "0.2.4")
pom {
name.set("k2zpl")
description.set("Kotlin DSL for ZPL (Zebra Programming Language)")
Expand Down

0 comments on commit 46e28f4

Please sign in to comment.