Skip to content

Commit

Permalink
Merge pull request #15 from pegasystems/tim
Browse files Browse the repository at this point in the history
increment library versions
  • Loading branch information
miratim authored Oct 22, 2024
2 parents 47b40f0 + 39330d6 commit 02feccb
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 02feccb

Please sign in to comment.