Skip to content

Commit

Permalink
release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astinz committed Dec 11, 2024
1 parent 4165c44 commit a593ef8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
group = "xyz.mcxross.ksui"

version = "2.2.0-SNAPSHOT"
version = "2.0.0"

plugins {
alias(libs.plugins.jvm) apply false
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ agp = "8.1.4"
kotlin = "2.0.21"
ktor = "3.0.1"
junit = "5.10.1"
graphql-multiplatform = "0.1.0-beta07"
graphql-multiplatform = "0.1.0-beta08"
logback-classic = "1.5.6"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {

group = "xyz.mcxross.ksui"

version = "2.2.0-SNAPSHOT"
version = "2.0.0"

repositories {
maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots") }
Expand Down

0 comments on commit a593ef8

Please sign in to comment.