diff --git a/CHANGELOG.md b/CHANGELOG.md index ef43473..580f6d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ # intellij-chatgpt Changelog ## [Unreleased] +- Fix bugs ## [1.0.2] - 2022-12-16 - Remove session token check because of Cloudflare diff --git a/gradle.properties b/gradle.properties index 2f2f6e1..7b45d38 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.lilittlecat.intellij-chatgpt pluginName = ChatGPT Tool pluginRepositoryUrl = https://github.com/LiLittleCat/intellij-chatgpt # SemVer format -> https://semver.org -pluginVersion = 1.0.2 +pluginVersion = 1.0.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 202