Skip to content

Commit

Permalink
Bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
monosoul committed Jul 26, 2022
1 parent 322602a commit e95f0fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

group = "com.github.monosoul"
version = "0.1.2-SNAPSHOT"
version = "0.1.2"

plugins {
id("org.jetbrains.intellij") version "1.7.0"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>git-extended-update-index</id>
<name>Git extended update-index</name>
<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>
Expand Down

0 comments on commit e95f0fc

Please sign in to comment.