From 70461c8c3bcadcc12a44b4d9dabbbc923a5a8a25 Mon Sep 17 00:00:00 2001 From: PeratX Date: Sun, 10 Apr 2022 19:20:55 +0800 Subject: [PATCH] release 1.0.0 --- build.gradle.kts | 2 +- src/main/kotlin/org/itxtech/soyuz/main.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9af1953..c3cd037 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "org.itxtech" -version = "1.0.0-beta.1" +version = "1.0.0" description = "The Websocket API Server for Mirai Console" kotlin { diff --git a/src/main/kotlin/org/itxtech/soyuz/main.kt b/src/main/kotlin/org/itxtech/soyuz/main.kt index ffec536..b2a1c8c 100644 --- a/src/main/kotlin/org/itxtech/soyuz/main.kt +++ b/src/main/kotlin/org/itxtech/soyuz/main.kt @@ -44,7 +44,7 @@ object Soyuz : KotlinPlugin( JvmPluginDescription( id = "org.itxtech.soyuz", name = "Soyuz", - version = "1.0.0-beta.1" + version = "1.0.0" ) { author("PeratX") info("The Websocket API Server for Mirai Console")