Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoLittle committed Jan 28, 2022
1 parent 78b7b09 commit e7a7308
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 @@ -7,7 +7,7 @@ plugins {
}

group = "org.laolittle.plugin"
version = "1.0"
version = "1.0.1"

repositories {
maven("https://maven.aliyun.com/repository/central")
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/RiskDetector.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object RiskDetector : KotlinPlugin(
JvmPluginDescription(
id = "org.laolittle.plugin.RiskDetector",
name = "RiskDetector",
version = "1.0",
version = "1.0.1",
) {
author("LaoLittle")
}
Expand Down

0 comments on commit e7a7308

Please sign in to comment.