diff --git a/build.gradle.kts b/build.gradle.kts
index a8df979..72781c2 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -137,6 +137,12 @@ tasks {
For all changes check out: https://github.com/Noorts/Toggler/commits
+ [1.2.13] - 2023-06-10
+
+ - Extend plugin IDE compatibility range from 2023.1 to 2023.2.
+ - Update internal plugins.
+
+
[1.2.12] - 2023-02-26
- Extend plugin IDE compatibility range to 2021.1 to 2023.1.
diff --git a/gradle.properties b/gradle.properties
index bb85601..6fc7d4d 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -4,7 +4,7 @@
pluginGroup = com.noorts
pluginName = Toggler
# SemVer format -> https://semver.org
-pluginVersion = 1.2.12
+pluginVersion = 1.2.13
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.