diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd854e..8e362e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ## [Unreleased] -## [1.3.4] - 2024-07-14 +## [1.3.5] - 2024-08-10 ### Added @@ -167,9 +167,9 @@ - 作用于Controller类或POJO类,你可以很方便的一键生成Protostuff注解「@Tag」,并且可以直接将JavaDoc转换为Swagger2.0注解。反过来,你也可以方便的一键将Swagger2.0注解转换为JavaDoc。 - 后续会添加更多方便的功能,敬请期待吧! -[Unreleased]: https://github.com/bitkylin/bitkylin-universal-generate/compare/v1.3.4...main +[Unreleased]: https://github.com/bitkylin/bitkylin-universal-generate/compare/v1.3.5...main -[1.3.4]: https://github.com/bitkylin/bitkylin-universal-generate/compare/v1.2.9...v1.3.4 +[1.3.5]: https://github.com/bitkylin/bitkylin-universal-generate/compare/v1.2.9...v1.3.5 [1.2.9]: https://github.com/bitkylin/bitkylin-universal-generate/compare/v1.2.7...v1.2.9 diff --git a/gradle.properties b/gradle.properties index a6acfd6..71e7df6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.bitkylin.bitkyuniversalgenerate pluginName = bitkylin-universal-generate pluginRepositoryUrl = https://github.com/bitkylin/bitkylin-universal-generate # SemVer format -> https://semver.org -pluginVersion = 1.3.4 +pluginVersion = 1.3.5 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223