Skip to content

Commit

Permalink
0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
artspb committed Jun 28, 2017
1 parent 8cd5e00 commit aa5a998
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/1d34-3v4l-pl4g1n.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules/1d34-3v4l-pl4g1n_main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules/1d34-3v4l-pl4g1n_test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'me.artspb.idea'
version '0.3'
version '0.4'

apply plugin: "kotlin"

Expand Down
7 changes: 6 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>me.artspb.idea.eval.plugin</id>
<name>3v4l pl4g1n</name>
<version>0.3</version>
<version>0.4</version>
<vendor email="contact@artspb.me" url="https://artspb.me">Artem Khvastunov</vendor>

<description><![CDATA[
Expand All @@ -16,6 +16,11 @@
</description>

<change-notes><![CDATA[
<h3>0.4</h3>
<ul>
<li>The action now works in a dumb mode.</li>
<li>The POST request is updated according to the latest 3v4l.org API changes.</li>
</ul>
<h3>0.3</h3>
<ul>
<li>Fixed bug: actual editor's content is used instead of file's (can be outdated).</li>
Expand Down

0 comments on commit aa5a998

Please # to comment.