Skip to content

Commit

Permalink
Release of version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorcinek committed Nov 7, 2014
1 parent 7acebfe commit 18a3868
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
7 changes: 6 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>com.morcinek.android.codegenerator.plugin.intellij</id>
<name>Android Code Generator Plugin</name>
<version>1.2</version>
<version>1.3</version>
<vendor email="[email protected]" url="http://morcinek.co.uk">Tomasz Morcinek</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -39,6 +39,11 @@

<change-notes><![CDATA[
<b>Version 1.3</b>
<ul>
<li>Support for IntelliJ IDEA 14.</li>
</ul>
<b>Version 1.2</b>
<ul>
<li>ISSUE #2: Templates should be editable in PreferencesPages.</li>
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ You can download zip file from [latest release](https://github.com/tmorcinek/and
Change notes
-------

<b>Version 1.3</b>
<ul>
<li>Support for IntelliJ IDEA 14.</li>
</ul>

<b>Version 1.2</b>
<ul>
<li>ISSUE #2: Templates should be editable in PreferencesPages.</li>
Expand Down
3 changes: 1 addition & 2 deletions android-codegenerator-plugin-intellij.iml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="libs" level="project" />
</component>
</module>

</module>

0 comments on commit 18a3868

Please sign in to comment.