Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Apr 10, 2022
1 parent 647bb92 commit 70461c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/org/itxtech/soyuz/main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 70461c8

Please sign in to comment.