Skip to content

Commit

Permalink
1.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
patxibocos committed Jan 26, 2024
1 parent ddb7a76 commit a9bf8c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetimizely-core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "io.github.patxibocos"
version = "1.0.5"
version = libs.versions.poetimizely.get()

plugins {
jacoco
Expand Down
1 change: 1 addition & 0 deletions poetimizely-core/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ktlintcore = "0.49.1"
ktor = "2.3.7"
kotest = "5.8.0"
kotlin = "1.9.22"
poetimizely = "1.0.6"

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion poetimizely-gradle-plugin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ktlint = "0.48.2"
ktor = "2.2.4"
kotest = "5.8.0"
kotlin = "1.9.22"
poetimizely = "1.0.5"
poetimizely = "1.0.6"

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion poetimizely-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.github.patxibocos</groupId>
<artifactId>poetimizely-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.0.5</version>
<version>1.0.6</version>

<name>poetimizely</name>
<description>Generate Kotlin type safe accessors for Optimizely experiments and features</description>
Expand Down

0 comments on commit a9bf8c8

Please sign in to comment.