Skip to content

Commit

Permalink
v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
artspb committed Jun 30, 2017
1 parent 0aa4c9e commit bb60dae
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/idea-php-latest-plugin.iml

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

56 changes: 28 additions & 28 deletions .idea/modules/idea-php-latest-plugin_main.iml

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions .idea/modules/idea-php-latest-plugin_test.iml

Large diffs are not rendered by default.

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.1"
version "0.2"

apply plugin: "kotlin"

Expand Down
6 changes: 5 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.php.latest.plugin</id>
<name>PHP latest</name>
<version>0.1</version>
<version>0.2</version>
<vendor email="contact@artspb.me" url="https://artspb.me">Artem Khvastunov</vendor>

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

<change-notes><![CDATA[
<h3>0.2</h3>
<ul>
<li>PHP 7.1 for both macOS and Linux.</li>
</ul>
<h3>0.1</h3>
<ul>
<li>PHP7 for macOS.</li>
Expand Down

0 comments on commit bb60dae

Please sign in to comment.