We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd302f commit 2061b22Copy full SHA for 2061b22
build.gradle.kts
@@ -1,5 +1,5 @@
1
group = "com.github.monosoul"
2
-version = "0.0.1"
+version = "0.0.2"
3
4
plugins {
5
id("org.jetbrains.intellij") version "0.4.15"
src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
<idea-plugin>
<id>git-extended-update-index</id>
<name>Git extended update-index</name>
- <version>0.0.1</version>
+ <version>0.0.2</version>
<vendor email="kloz.klaud@gmail.com" url="https://github.com/monosoul/git-extended-update-index-plugin">
6
Andrei Nevedomskii
7
</vendor>
@@ -19,6 +19,7 @@
19
20
<change-notes><![CDATA[
21
Release 0.0.1: Initial release.<br>
22
+ Release 0.0.2: Update dependencies to make the plugin available on all platforms.<br>
23
]]>
24
</change-notes>
25
0 commit comments