We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf1608 commit 510b513Copy full SHA for 510b513
.gitignore
@@ -1,3 +1,4 @@
1
+.DS_Store
2
# Compiled class file
3
*.class
4
@@ -31,6 +32,7 @@ hs_err_pid*
31
32
.idea/libraries/
33
.idea/dictionaries
34
.idea/.name
35
+.idea/*
36
*.iml
37
38
/build/
resources/META-INF/plugin.xml
@@ -1,10 +1,10 @@
<idea-plugin url="https://github.com/strawberry-graphql/strawberry-pycharm-plugin" require-restart="true">
<id>rocks.strawberry</id>
<name>Strawberry GraphQL</name>
- <version>0.0.6</version>
+ <version>0.0.7</version>
5
<vendor email="[email protected]">Strawberry GraphQL</vendor>
6
<change-notes><![CDATA[
7
- <h2>version 0.0.6</h2>
+ <h2>version 0.0.7</h2>
8
<p>Features</p>
9
<ul>
10
<li>Initial Release</li>
resources/META-INF/pluginIcon.svg
0 commit comments