Skip to content

Commit

Permalink
move to stable build;
Browse files Browse the repository at this point in the history
bump to 1.0.5
  • Loading branch information
FiLKoNd committed Nov 10, 2024
1 parent 0bb3b28 commit 2cd5369
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.gradle.kotlin.dsl.test

plugins {
kotlin("jvm") version "2.1.0-Beta1"
kotlin("jvm") version "2.0.21"
id("com.gradleup.shadow") version "8.3.3"
}

Expand All @@ -15,7 +15,7 @@ subprojects {
apply(plugin = "maven-publish")

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

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.1.0-Beta1"
kotlin("plugin.serialization") version "2.0.21"
}

dependencies {
Expand Down

0 comments on commit 2cd5369

Please sign in to comment.