diff --git a/CHANGELOG.md b/CHANGELOG.md index dcca119..1fd5f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # SmartTomcat Changelog +## [4.3.3] + +- Improve Tomcat server management +- Remove unnecessary `path` in Tomcat context file +- Handle exceptions in older IDE versions + ## [4.3.2] - Fix the bug where the `temp` folder is not created diff --git a/gradle.properties b/gradle.properties index 8caa85e..ecf056f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -Duser.language=en -Duser.country=US pluginName = SmartTomcat pluginGroup = com.poratu.idea.plugins.tomcat -pluginVersion = 4.3.2 +pluginVersion = 4.3.3 pluginSinceBuild = 193.5233.102 pluginUntilBuild=