Skip to content

Commit

Permalink
2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
huangbaihua001 committed Dec 1, 2022
1 parent 4d3ed7d commit 21635ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# RestfulToolkitX Changelog
## [Unreleased]

## [2.0.8] - 2022-12-01
### Added
- 兼容 IDEA 2022.3 (223)
- Compatible with IDEA 2022.3 (223)

## [2.0.7] - 2022-09-25
### Fixed
- 跳过HTTPS验证 [#issue 50](https://github.com/huangbaihua001/RestfulToolkitX/issues/50)
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup=jiux.net.plugin.restfultoolkit
pluginName=RestfulToolkitX
pluginVersion=2.0.7
pluginVersion=2.0.8
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=202
pluginUntilBuild=222.*
pluginUntilBuild=223.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions=2020.2.2, 2020.3.4, 2021.1.3, 2021.2.1, 2021.2.3,2021.3,2022.1
pluginVerifierIdeVersions=2020.2.2, 2020.3.4, 2021.1.3, 2021.2.1, 2021.2.3,2021.3,2022.1,2022.3
platformType=IU
platformVersion=2020.3.4
platformDownloadSources=true
Expand Down

0 comments on commit 21635ee

Please sign in to comment.