Skip to content

Commit

Permalink
1.0.3 > 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FiLKoNd committed Nov 10, 2024
1 parent 52ccb37 commit 0bb3b28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subprojects {
apply(plugin = "maven-publish")

group = "com.filkond"
version = "1.0.3"
version = "1.0.4"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion paperktlib-config/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("plugin.serialization") version "2.0.20"
kotlin("plugin.serialization") version "2.1.0-Beta1"
}

dependencies {
Expand Down

0 comments on commit 0bb3b28

Please sign in to comment.