Skip to content

Commit

Permalink
v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mars05 committed Sep 9, 2022
1 parent 8ca3e28 commit e480935
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pluginVersion=3.0.3
pluginVersion=3.0.4
ideaVersion=2017.3.5
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* @author xiaoyu
*/
@State(name = "CrudSettings", storages = @Storage("crud-plugin-3.0.3.xml"))
@State(name = "CrudSettings", storages = @Storage("crud-plugin-3.0.4.xml"))
public class CrudSettings implements PersistentStateComponent<CrudState> {
private static final CrudSettings CRUD_SETTINGS = ServiceManager.getService(CrudSettings.class);
private CrudState myState = new CrudState();
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
]]></description>
<change-notes><![CDATA[
<div>
<p>3.0.4</p>
<ul>
<li>乱码修复</li>
<li>加载默认模板异常处理</li>
</ul>
<p>3.0.3</p>
<ul>
<li>模板市场调整</li>
Expand Down

0 comments on commit e480935

Please sign in to comment.