We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc5a24 commit d5cd875Copy full SHA for d5cd875
.github/workflows/gradle-ci.yml
@@ -45,4 +45,4 @@ jobs:
45
uses: actions/upload-artifact@v3
46
with:
47
name: digma-intellij-plugin
48
- path: build/distributions/digma-intellij-1.0.11.zip
+ path: build/distributions/digma-intellij-1.0.12.zip
gradle.properties
@@ -6,7 +6,7 @@
6
pluginGroup = org.digma.plugins
7
pluginName = digma-intellij
8
# SemVer format -> https://semver.org
9
-pluginVersion=1.0.11
+pluginVersion=1.0.12
10
11
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
12
# for insight into build numbers and IntelliJ Platform versions.
0 commit comments