diff --git a/IDEA_CHANGELOG.md b/IDEA_CHANGELOG.md index 92fe4cf08..5be859e8f 100644 --- a/IDEA_CHANGELOG.md +++ b/IDEA_CHANGELOG.md @@ -102,6 +102,10 @@ * log saved file path [(#264)](https://github.com/tangcent/easy-api/pull/264) * opti: [DEBUG ACTION] [(#265)](https://github.com/tangcent/easy-api/pull/265) + + * fix HttpRequest querys [(#267)](https://github.com/tangcent/easy-api/pull/267) + + * new rule tool: localStorage [(#268)](https://github.com/tangcent/easy-api/pull/268) \ No newline at end of file diff --git a/build.gradle b/build.gradle index 1eeae4258..053d6f096 100644 --- a/build.gradle +++ b/build.gradle @@ -1,2 +1,2 @@ group 'com.itangcent' -version '1.9.0.183.0' \ No newline at end of file +version '1.9.1.183.0' \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 62cd81330..bc380842e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.daemon=true org.gradle.workers.max=8 idea_version=2017.3.5 plugin_name=EasyApi -plugin_version=1.9.0.183.0 +plugin_version=1.9.1.183.0 descriptionFile=parts/pluginDescription.html changesFile=parts/pluginChanges.html \ No newline at end of file diff --git a/idea-plugin/parts/pluginChanges.html b/idea-plugin/parts/pluginChanges.html index 0f5d2fc3b..7d9a0d7ba 100644 --- a/idea-plugin/parts/pluginChanges.html +++ b/idea-plugin/parts/pluginChanges.html @@ -1,34 +1,13 @@ -v1.9.0.183.0(2020-03-23) +v1.9.1.183.0(2020-03-31)
Full Changelog \ No newline at end of file diff --git a/idea-plugin/src/main/resources/META-INF/plugin.xml b/idea-plugin/src/main/resources/META-INF/plugin.xml index 52222a7e1..a51f73eda 100755 --- a/idea-plugin/src/main/resources/META-INF/plugin.xml +++ b/idea-plugin/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ com.itangcent.idea.plugin.easy-api EasyApi - 1.9.0.183.0 + 1.9.1.183.0 Tangcent