Update version to v0.1.1

Add xor operator '^'
Add group switch
This commit is contained in:
2022-07-08 12:27:28 +08:00
parent 338e3badd3
commit c3354b2207
5 changed files with 58 additions and 9 deletions

View File

@@ -1,13 +1,13 @@
plugins {
val kotlinVersion = "1.6.10"
val kotlinVersion = "1.7.0"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
id("net.mamoe.mirai-console") version "2.11.1"
id("net.mamoe.mirai-console") version "2.12.0"
}
group = "top.jie65535"
version = "0.1.0"
version = "0.1.1"
repositories {
maven("https://maven.aliyun.com/repository/public") // 阿里云国内代理仓库