Skip to content

Commit 6e78085

Browse files
author
monosoul
committed
bump version
1 parent a2f8239 commit 6e78085

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
@@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
33
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44

55
group = "com.github.monosoul"
6-
version = "0.0.2"
6+
version = "0.0.3"
77

88
plugins {
99
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.2</version>
4+
<version>0.0.3</version>
55
<vendor email="kloz.klaud@gmail.com" url="https://github.com/monosoul/git-extended-update-index-plugin">
66
Andrei Nevedomskii
77
</vendor>
@@ -20,6 +20,7 @@
2020
<change-notes><![CDATA[
2121
Release 0.0.1: Initial release.<br>
2222
Release 0.0.2: Update dependencies to make the plugin available on all platforms.<br>
23+
Release 0.0.3: rewrite the plugin in Kotlin.<br>
2324
]]>
2425
</change-notes>
2526

0 commit comments

Comments
 (0)