We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322602a commit e95f0fcCopy full SHA for e95f0fc
build.gradle.kts
@@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
5
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
6
7
group = "com.github.monosoul"
8
-version = "0.1.2-SNAPSHOT"
+version = "0.1.2"
9
10
plugins {
11
id("org.jetbrains.intellij") version "1.7.0"
src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
1
<idea-plugin>
2
<id>git-extended-update-index</id>
3
<name>Git extended update-index</name>
4
- <version>0.1.1</version>
+ <version>0.1.2</version>
<vendor email="kloz.klaud@gmail.com" url="https://github.com/monosoul/git-extended-update-index-plugin">
Andrei Nevedomskii
</vendor>
0 commit comments