Update version to 0.1.1

This commit is contained in:
2023-02-02 09:57:37 +00:00
parent 0975e7e49c
commit 52b61d41d1
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ plugins {
} }
group = "top.jie65535" group = "top.jie65535"
version = "0.1.0" version = "0.1.1"
repositories { repositories {
maven("https://maven.aliyun.com/repository/public") maven("https://maven.aliyun.com/repository/public")

View File

@ -12,7 +12,7 @@ object JDice : KotlinPlugin(
JvmPluginDescription( JvmPluginDescription(
id = "top.jie65535.dice", id = "top.jie65535.dice",
name = "J Dice", name = "J Dice",
version = "0.1.0", version = "0.1.1",
) { ) {
author("jie65535") author("jie65535")
} }