Skip to content

Commit

Permalink
release: all 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amplitude-sdk-bot committed Jul 29, 2022
1 parent 20565e4 commit e5ce7c8
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion evaluation-core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ plugins {
id("org.jlleitschuh.gradle.ktlint") version Versions.kotlinLint
}

version = "1.0.0-rc2"
version = "1.0.0"

kotlin {

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

version = "1.0.0-rc2"
version = "1.0.0"

kotlin {

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

version = "1.0.0-rc2"
version = "1.0.0"

kotlin {

0 comments on commit e5ce7c8

Please sign in to comment.