diff --git a/CHANGELOG.md b/CHANGELOG.md index 77421a1..1902c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ # AMII Changelog +## [1.3.0] + +### Added + +- 2024.1 Build Support + ## [1.2.0] ### Added diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index 3201f89..e192bd7 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -1,7 +1,4 @@ -### Added - -- 2023.3 Build Support -### Removed +### Added -- All older build support +- 2024.1 Build Support diff --git a/gradle.properties b/gradle.properties index bdd57c3..3c62dcb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = io.unthrottled pluginName_ = Anime Memes -pluginVersion = 1.2.0 +pluginVersion = 1.3.0 pluginSinceBuild = 233 pluginUntilBuild = 241.* # Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl diff --git a/src/main/kotlin/io/unthrottled/amii/onboarding/UpdateNotification.kt b/src/main/kotlin/io/unthrottled/amii/onboarding/UpdateNotification.kt index 5187a20..0aec305 100644 --- a/src/main/kotlin/io/unthrottled/amii/onboarding/UpdateNotification.kt +++ b/src/main/kotlin/io/unthrottled/amii/onboarding/UpdateNotification.kt @@ -22,7 +22,7 @@ private fun buildUpdateMessage(updateAsset: String): String = """ What's New?

See the documentation for features, usages, and configurations.
The changelog is available for more details.