Skip to content

Commit

Permalink
Update version in plugin.xml closes #56 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktoriia-fomina authored May 27, 2022
1 parent e0b247f commit b0ca65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utbot-intellij/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<vendor>utbot.org</vendor>

<description>UnitTestBot plugin for IntelliJ IDEA for Java</description>
<version>1.0.0-SNAPSHOT</version>
<version>2022.5-alpha</version>
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.java</depends>
<depends>org.jetbrains.kotlin</depends>
Expand Down Expand Up @@ -41,4 +41,4 @@
]]>
</description>

</idea-plugin>
</idea-plugin>

0 comments on commit b0ca65a

Please sign in to comment.