Skip to content

Commit 2061b22

Browse files
author
monosoul
committed
bump version to 0.0.2
1 parent cbd302f commit 2061b22

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = "com.github.monosoul"
2-
version = "0.0.1"
2+
version = "0.0.2"
33

44
plugins {
55
id("org.jetbrains.intellij") version "0.4.15"

src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>git-extended-update-index</id>
33
<name>Git extended update-index</name>
4-
<version>0.0.1</version>
4+
<version>0.0.2</version>
55
<vendor email="kloz.klaud@gmail.com" url="https://github.com/monosoul/git-extended-update-index-plugin">
66
Andrei Nevedomskii
77
</vendor>
@@ -19,6 +19,7 @@
1919

2020
<change-notes><![CDATA[
2121
Release 0.0.1: Initial release.<br>
22+
Release 0.0.2: Update dependencies to make the plugin available on all platforms.<br>
2223
]]>
2324
</change-notes>
2425

0 commit comments

Comments
 (0)