Skip to content

Commit 5b08904

Browse files
v1.0.6
1 parent 4cc1722 commit 5b08904

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.0.6
2+
Same as 1.0.5, but compatible with latest IntelliJ
3+
14
### 1.0.5
25

36
<ul>

ideaplugin/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group = "de.jensklingenberg"
14-
version = "1.0.5"
14+
version = "1.0.6"
1515

1616
repositories {
1717
mavenCentral()
@@ -47,7 +47,8 @@ tasks{
4747

4848
patchPluginXml {
4949
version.set(properties("pluginVersion"))
50-
50+
sinceBuild.set(properties("pluginSinceBuild"))
51+
untilBuild.set(properties("pluginUntilBuild"))
5152
}
5253
}
5354

0 commit comments

Comments
 (0)