Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hykes committed Feb 26, 2019
1 parent d41f215 commit e169626
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ https://www.jetbrains.com/help/idea/meet-intellij-idea.html
* Clone the project, and open with IDEA (Community).
* Install Gradle
* Import project from existing sources (Use Gradle)
*
* Create file gradle.properties & update ideaSDKlocalPath
* Run Gradle task [buildPlugin]

> Welcome to contribute
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'me.hehaiyang.codegen'
version '1.2.6'
version '1.3.0'

apply plugin: 'idea'
apply plugin: 'org.jetbrains.intellij'
Expand Down
3 changes: 3 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Logs

- v1.3.0 2019-02-26
- Rebuild project using gradle

- v1.2.6 2019-02-25
- Fix import&export error

Expand Down
14 changes: 3 additions & 11 deletions 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.hehaiyang.codegen</id>
<name>CodeGen</name>
<version>1.2.6</version>
<version>1.3.0</version>
<vendor email="[email protected]" url="https://github.com/hykes">hehaiyang</vendor>

<description><![CDATA[
Expand All @@ -18,17 +18,9 @@
]]></description>

<change-notes><![CDATA[
<p>v1.2.6 2019-02-25</p>
<p>v1.3.0 2019-02-26</p>
<ul>
<li>Fix import&export error</li>
</ul>
<p>v1.2.5 2019-01-29</p>
<ul>
<li>Add template sequence</li>
</ul>
<p>v1.2.4 2018-05-12</p>
<ul>
<li>Fix template init</li>
<li>Rebuild project using gradle</li>
</ul>
<a href="https://github.com/hykes/CodeGen/blob/master/doc/CHANGELOG.md">Read More ...</a>
]]>
Expand Down

0 comments on commit e169626

Please sign in to comment.