Skip to content

Commit

Permalink
release: all 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amplitude-sdk-bot committed Mar 9, 2023
1 parent 4eef16f commit 93e2c52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion evaluation-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("org.jlleitschuh.gradle.ktlint") version Versions.kotlinLint
}

version = "1.0.0"
version = "1.1.0"

kotlin {

Expand Down
2 changes: 1 addition & 1 deletion evaluation-interop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id("org.jlleitschuh.gradle.ktlint") version Versions.kotlinLint
}

version = "1.0.0"
version = "1.1.0"

kotlin {

Expand Down
2 changes: 1 addition & 1 deletion evaluation-js/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("org.jlleitschuh.gradle.ktlint") version Versions.kotlinLint
}

version = "1.0.0"
version = "1.1.0"

kotlin {

Expand Down
2 changes: 1 addition & 1 deletion evaluation-serialization/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("org.jlleitschuh.gradle.ktlint") version Versions.kotlinLint
}

version = "1.0.0"
version = "1.1.0"

kotlin {

Expand Down

0 comments on commit 93e2c52

Please sign in to comment.