diff --git a/README.md b/README.md index 237e22b..491535e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ Then the plugins will be in `build/distributions` - Filtered log indicator - Autoscroll option - Wrap / Unwarp line in json display -- Filter box - Group by operationId - Alternative display of json section with clickable things like excetpions, or button to filter similar log (operationId, or other properties) diff --git a/build.gradle b/build.gradle index 34e92f5..0044cb2 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'fr.socolin' -version '1.0.4' +version '1.0.5' if (buildType == 'eap') { version = "$version-EAP" @@ -52,6 +52,10 @@ patchPluginXml { version = project.version changeNotes """