aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/META-INF/plugin.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/META-INF/plugin.xml')
-rw-r--r--src/main/resources/META-INF/plugin.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 5ce044e..e261956 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -1,7 +1,7 @@
<idea-plugin>
<id>me.laria.code.idea_caseconv</id>
- <name>Case conversion</name>
- <version>0.7.1</version>
+ <name>Case Conversion</name>
+ <version>0.8.0</version>
<vendor email="laria@laria.me" url="https://code.laria.me">Laria Chabowski</vendor>
<description><![CDATA[<html>
@@ -35,10 +35,14 @@
<dt>Record separator</dt>
<dd>Treat newline as a record separator. This converts every line individually</dd>
</dl>
+ <p>Plugin icon by <a href="https://www.svgrepo.com" target="_blank">SVG Repo</a></p>
</html>]]></description>
<change-notes><![CDATA[<html>
<dl>
+ <dt>Version 0.8.0</dt>
+ <dd>Compatibility 241.*</dd>
+
<dt>Version 0.7.1</dt>
<dd>Fix crashing when an action is performed without a focussed editor</dd>
@@ -60,7 +64,7 @@
</html>]]></change-notes>
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
- <idea-version since-build="173.0"/>
+ <idea-version since-build="232"/>
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->