Skip to content

Commit 43144dd

Browse files
committed
prepare for 1.0.3
1 parent 4a4f842 commit 43144dd

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

build.gradle.kts

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

99
group = "me.lightless.bot"
10-
version = "1.0.2-SNAPSHOT"
10+
version = "1.0.3-SNAPSHOT"
1111

1212
repositories {
1313
maven("https://dl.bintray.com/kotlin/kotlin-eap")

src/main/kotlin/me/lightless/izumi/plugin/command/impl/About.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class About : ICommand {
2121
logger.debug("$commandName called")
2222
val message = """
2323
|BotIzumi Project
24-
|Version: 1.0.2-SNAPSHOT
24+
|Version: 1.0.3-SNAPSHOT
2525
|
2626
|A QQ bot based on mirai (https://github.com/mamoe/mirai).
2727
|

src/main/kotlin/me/lightless/izumi/plugin/timer/impl/Ryuo.kt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ class Ryuo : ITimer {
8888
}
8989
}
9090

91-
fun main() {
92-
val today = LocalDate.now(DateTimeZone.forOffsetHours(8))
93-
println(today.toString())
94-
95-
val yesterday = today.minusDays(1)
96-
println(yesterday.toString())
97-
}
91+
//fun main() {
92+
// val today = LocalDate.now(DateTimeZone.forOffsetHours(8))
93+
// println(today.toString())
94+
//
95+
// val yesterday = today.minusDays(1)
96+
// println(yesterday.toString())
97+
//}

0 commit comments

Comments
 (0)