Skip to content

Commit 510b513

Browse files
committed
Add plugin icon
1 parent 6cf1608 commit 510b513

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
# Compiled class file
23
*.class
34

@@ -31,6 +32,7 @@ hs_err_pid*
3132
.idea/libraries/
3233
.idea/dictionaries
3334
.idea/.name
35+
.idea/*
3436
*.iml
3537

3638
/build/

resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<idea-plugin url="https://github.com/strawberry-graphql/strawberry-pycharm-plugin" require-restart="true">
22
<id>rocks.strawberry</id>
33
<name>Strawberry GraphQL</name>
4-
<version>0.0.6</version>
4+
<version>0.0.7</version>
55
<vendor email="[email protected]">Strawberry GraphQL</vendor>
66
<change-notes><![CDATA[
7-
<h2>version 0.0.6</h2>
7+
<h2>version 0.0.7</h2>
88
<p>Features</p>
99
<ul>
1010
<li>Initial Release</li>

resources/META-INF/pluginIcon.svg

Lines changed: 45 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)