We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffee1d commit 53c881eCopy full SHA for 53c881e
utbot-intellij/src/main/resources/META-INF/plugin.xml
@@ -2,11 +2,11 @@
2
<idea-plugin>
3
4
<id>org.utbot.intellij.plugin.id</id>
5
- <name>UTBot</name>
+ <name>UnitTestBot</name>
6
<vendor>utbot.org</vendor>
7
8
<description>UnitTestBot plugin for IntelliJ IDEA for Java</description>
9
- <version>2022.5-alpha</version>
+ <version>2022.6-alpha</version>
10
<depends>com.intellij.modules.platform</depends>
11
<depends>com.intellij.modules.java</depends>
12
<depends>org.jetbrains.kotlin</depends>
0 commit comments