Skip to content

Commit

Permalink
v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JensKlingenbergEdeka committed Jul 10, 2022
1 parent 4cc1722 commit 5b08904
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.0.6
Same as 1.0.5, but compatible with latest IntelliJ

### 1.0.5

<ul>
Expand Down
5 changes: 3 additions & 2 deletions ideaplugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group = "de.jensklingenberg"
version = "1.0.5"
version = "1.0.6"

repositories {
mavenCentral()
Expand Down Expand Up @@ -47,7 +47,8 @@ tasks{

patchPluginXml {
version.set(properties("pluginVersion"))

sinceBuild.set(properties("pluginSinceBuild"))
untilBuild.set(properties("pluginUntilBuild"))
}
}

0 comments on commit 5b08904

Please sign in to comment.