Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 3c9980a

Browse files
committed
fix(version-fuckup): help me
1 parent 82356d2 commit 3c9980a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
apply(plugin = "maven-publish")
15-
val versionVar = "0.5.89"
15+
val versionVar = "0.5.90"
1616
val groupIdVar = "com.undefined"
1717
val artifactIdVar = "api"
1818

common/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ dependencies {
1515
compileOnly(project(":v1_21"))
1616
}
1717

18-
1918
tasks {
2019
compileKotlin {
2120
kotlinOptions.jvmTarget = "21"

0 commit comments

Comments
 (0)