Skip to content

Commit

Permalink
release v1.1.183.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tangcent committed Oct 20, 2019
1 parent 3a8767f commit ba6818e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.1.183.0.0'
version '1.1.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=EasyApi
plugin_version=1.1.183.0.0
plugin_version=1.1.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-api/releases/tag/v1.1.183.0.0">v1.1.183.0.0(2019-09-15)</a>
<a href="https://github.com/tangcent/easy-api/releases/tag/v1.1.183.0.1">v1.1.183.0.1(2019-10-20)</a>
<br/>
<a href="https://github.com/tangcent/easy-api/blob/master/IDEA_CHANGELOG.md">Full Changelog</a>
<ul>enhancement:
Expand Down
6 changes: 3 additions & 3 deletions idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<idea-plugin>
<id>com.itangcent.idea.plugin.easy-api</id>
<name>EasyApi</name>
<version>1.1.183.0.0</version>
<version>1.1.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>

<category>Web</category>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<!--<idea-version since-build="183.0"/>-->
<idea-version since-build="183.0"/>

<!--for compatible-->
<!--<idea-version since-build="173.0" until-build="183.0"/>-->

<!--for dev-->
<idea-version since-build="173.0"/>
<!--<idea-version since-build="173.0"/>-->


<change-notes><![CDATA[ Change notes will be filled by gradle build ]]>
Expand Down

0 comments on commit ba6818e

Please sign in to comment.