Skip to content

Commit 08d61a2

Browse files
committed
v0.8.3
1 parent a2a9de1 commit 08d61a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ intellij {
6262
// Read more: https://github.com/JetBrains/gradle-changelog-plugin
6363
changelog {
6464
version = pluginVersion
65+
groups = emptyList()
6566
}
6667

6768
// Configure detekt plugin.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
pluginGroup = org.jetbrains.plugins.template
55
pluginName_ = IntelliJ Platform Plugin Template
6-
pluginVersion = 0.8.2
6+
pluginVersion = 0.8.3
77
pluginSinceBuild = 202
88
pluginUntilBuild = 203.*
99
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl

0 commit comments

Comments
 (0)