Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: v1.4.5 #141

Merged
merged 5 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ setup(P.ComponentOneBot)
buildscript {
repositories {
mavenCentral()
mavenLocal()
}
}

Expand All @@ -51,6 +52,7 @@ allprojects {
snapshotsOnly()
}
}
mavenLocal()
}
}

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/P.kt
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ object P {
override val description: String get() = DESCRIPTION
override val homepage: String get() = HOMEPAGE

const val VERSION = "1.4.4"
const val NEXT_VERSION = "1.4.5"
const val VERSION = "1.4.5"
const val NEXT_VERSION = "1.4.6"

override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
override val version = if (isSnapshot()) snapshotVersion else VERSION
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ openjdk-jmh = "1.37"
log4j = "2.24.1"
# simbot
simbot = "4.7.0"
suspendTransform = "2.0.20-0.9.3"
suspendTransform = "2.0.20-0.9.4"
gradleCommon = "0.6.0"
# ksp
ksp = "2.0.20-1.0.25"
Expand Down
Loading