Skip to content

Commit

Permalink
Added 2024.1 build support.ˆ
Browse files Browse the repository at this point in the history
Unthrottled committed Apr 21, 2024
1 parent 5412920 commit ac1fc9c
Showing 4 changed files with 10 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,12 @@

# AMII Changelog

## [1.3.0]

### Added

- 2024.1 Build Support

## [1.2.0]

### Added
7 changes: 2 additions & 5 deletions docs/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
### Added

- 2023.3 Build Support

### Removed
### Added

- All older build support
- 2024.1 Build Support
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ private fun buildUpdateMessage(updateAsset: String): String =
"""
What's New?<br>
<ul>
<li>Added 2023.3 build support</li>
<li>Added 2024.1 build support</li>
</ul>
<br>See the <a href="https://github.com/ani-memes/AMII#documentation">documentation</a> for features, usages, and configurations.
<br>The <a href="https://github.com/ani-memes/AMII/blob/master/CHANGELOG.md">changelog</a> is available for more details.

0 comments on commit ac1fc9c

Please sign in to comment.