Skip to content

Commit

Permalink
build(gradle): 发布插件 2.6.2 修复版本,解决 2.6.1 审核不通过问题
Browse files Browse the repository at this point in the history
  • Loading branch information
houkunlin committed Aug 26, 2022
1 parent e34e87c commit 89eae41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val intellijVersion = findProperty("intellijVersion") ?: System.getenv("intellij
val intellijPublishToken = findProperty("intellijPublishToken") ?: System.getenv("intellijPublishToken")

group = "com.github.houkunlin"
version = "2.6.1"
version = "2.6.2"

println(">>> PROJECT INFO : $group --> { intellij-version = IU-$intellijVersion, plugin-version = $version }")

Expand Down

0 comments on commit 89eae41

Please sign in to comment.