Skip to content

Commit a20554e

Browse files
committed
Bump version
1 parent bbceb31 commit a20554e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

resources/META-INF/plugin.xml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<idea-plugin url="https://github.com/strawberry-graphql/strawberry-pycharm-plugin" require-restart="true">
22
<id>rocks.strawberry</id>
3-
<name>Strawberry-GraphQL</name>
4-
<version>0.0.1</version>
5-
<vendor email="[email protected]">TODO Koudai Aono @koxudaxi</vendor>
3+
<name>Strawberry GraphQL</name>
4+
<version>0.0.3</version>
5+
<vendor email="[email protected]">Strawberry GraphQL</vendor>
66
<change-notes><![CDATA[
7-
<h2>version 0.0.1</h2>
7+
<h2>version 0.0.3</h2>
88
<p>Features</p>
99
<ul>
10-
<li>init</li>
10+
<li>Initial Release</li>
1111
</ul>
1212
]]></change-notes>
1313
<description><![CDATA[
14-
<h1>strawberry-pycharm</h1>
15-
<p>Strawberry GraphQL plugin for PyCharm</p>
14+
<h1>Strawberry GraphQL for PyCharm</h1>
15+
<p>This plugin provides autocomplete for <a href="https://strawberry.rocks">Strawberry GraphQL</a>.</p>
1616
]]></description>
1717

1818
<idea-version since-build="202.6397.20"/>
@@ -22,7 +22,6 @@
2222

2323
<extensions defaultExtensionNs="Pythonid">
2424
<pyDataclassParametersProvider implementation="rocks.strawberry.StrawberryParametersProvider"/>
25-
2625
</extensions>
2726

2827
<resource-bundle/>

0 commit comments

Comments
 (0)