Skip to content

Commit

Permalink
release v1.1.0.183.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent committed Oct 20, 2019
1 parent fd98efd commit 3732119
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group 'com.itangcent'
version '1.0.0.183.0.0'
version '1.1.0.183.0.1'

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.daemon=true
org.gradle.workers.max=8
idea_version=2017.3.5
plugin_name=EasyYapi
plugin_version=1.0.0.183.0.0
plugin_version=1.1.0.183.0.1

descriptionFile=parts/pluginDescription.html
changesFile=parts/pluginChanges.html
2 changes: 1 addition & 1 deletion idea-plugin/parts/pluginChanges.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v1.0.0.183.0.0">v1.0.0.183.0.0(2019-09-15)</a>
<a href="https://github.com/tangcent/easy-yapi/releases/tag/v1.1.0.183.0.1">v1.1.0.183.0.1(2019-10-20)</a>
<br/>
<a href="https://github.com/tangcent/easy-yapi/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:
Expand Down
2 changes: 1 addition & 1 deletion idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.itangcent.idea.plugin.easy-yapi</id>
<name>EasyYapi</name>
<version>1.0.0.183.0.0</version>
<version>1.1.0.183.0.1</version>
<vendor email="[email protected]" url="https://github.com/tangcent">Tangcent</vendor>

<description><![CDATA[ Description will be added by gradle build]]></description>
Expand Down

0 comments on commit 3732119

Please sign in to comment.