Skip to content

Commit c2a1bf6

Browse files
committed
Bumped up plugin version
1 parent 8e2e49d commit c2a1bf6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

resources/META-INF/plugin.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>me.scana.okgradle</id>
33
<name>OK, Gradle!</name>
4-
<version>0.0.1</version>
4+
<version>0.0.2</version>
55
<vendor email="scanarch@gmail.com" url="http://github.com/scana">Marcin Robaczyński</vendor>
66

77
<description><![CDATA[
@@ -36,7 +36,14 @@
3636
</description>
3737

3838
<change-notes><![CDATA[
39-
<em>0.0.1<em><br/>
39+
<em>0.0.2<em>
40+
<br/> - support for JitPack repository (thanks to @babedev)
41+
<br/> - using <code>implementation</code> instead of <code>compile</code> statements
42+
<br/> - copy to clipboard button now copies the whole statement instead of just an artifact
43+
<br/>
44+
<br/>
45+
<em>0.0.1<em>
46+
<br/>
4047
First release - support for searching maven.org and maven.google.com repositories
4148
]]>
4249
</change-notes>

0 commit comments

Comments
 (0)