Skip to content

Commit 494981c

Browse files
Merge pull request #32 from SLNE-Development/fix/correctly-increase-version
chore: update version to 1.21.10-1.5.0-SNAPSHOT
2 parents a7ae28c + 9e695a5 commit 494981c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
maven("https://repo.slne.dev/repository/maven-public/") { name = "maven-public" }
77
}
88
dependencies {
9-
classpath("dev.slne.surf:surf-api-gradle-plugin:1.21.7+")
9+
classpath("dev.slne.surf:surf-api-gradle-plugin:1.21.10+")
1010
}
1111
}
1212

@@ -19,7 +19,7 @@ subprojects {
1919
afterEvaluate {
2020
plugins.withType<PublishingPlugin> {
2121
configure<PublishingExtension> {
22-
repositories{
22+
repositories {
2323
slneReleases()
2424
}
2525
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
kotlin.code.style=official
22
kotlin.stdlib.default.dependency=false
33
org.gradle.parallel=true
4-
version=1.21.7-1.5.0-SNAPSHOT
4+
version=1.21.10-1.5.0-SNAPSHOT

0 commit comments

Comments
 (0)