Skip to content

Commit

Permalink
increment library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
miratim committed Oct 22, 2024
1 parent 00c1687 commit 39330d6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion base64/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.pega.launchpad.base64"
version = "0.1.7-SNAPSHOT"
version = "0.1.8-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion email/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.pega.launchpad.email"
version = "0.1.7-SNAPSHOT"
version = "0.1.8-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion net/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.pega.launchpad.net"
version = "0.1.7-SNAPSHOT"
version = "0.1.8-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion parser/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.pega.launchpad.parser"
version = "0.1.7-SNAPSHOT"
version = "0.1.8-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion pdf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.pega.launchpad.pdf"
version = "0.1.7-SNAPSHOT"
version = "0.1.8-SNAPSHOT"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion text/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.pega.launchpad.text"
version = "0.1.7-SNAPSHOT"
version = "0.1.8-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit 39330d6

Please sign in to comment.