Skip to content

Commit

Permalink
Bump to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattking committed Jul 8, 2024
1 parent 5908b3a commit d7637c3
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 @@ -9,7 +9,7 @@ plugins {
}

group = "info.mking.k2zpl"
version = "0.0.5"
version = "0.0.6"

repositories {
mavenCentral()
Expand All @@ -29,7 +29,7 @@ tasks.test {
mavenPublishing {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
signAllPublications()
coordinates("info.mking.k2zpl", "k2zpl", "0.0.5")
coordinates("info.mking.k2zpl", "k2zpl", "0.0.6")
pom {
name.set("k2zpl")
description.set("Kotlin DSL for ZPL (Zebra Programming Language)")
Expand Down

0 comments on commit d7637c3

Please sign in to comment.