From 7f272a59ad60b479e75f373ca0b17ae17a282d02 Mon Sep 17 00:00:00 2001 From: Ivan Seredkin Date: Mon, 4 Nov 2024 10:18:06 -0500 Subject: [PATCH] #24 Update version to v1.4.1 --- CHANGELOG.md | 6 +++++- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a83730..010b572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## [Unreleased] -## [1.4.0] +## [1.4.1] ### Changed - #18 Add support for "Squirrel Method" (Chinese) (https://rime.im) on macOS. - #20 Add support for "Russian - PC" on macOS. @@ -13,6 +13,10 @@ - #24 Update IntelliJ Plugin to v2.0.2. +## [1.4.0] +Version skipped due to a mistake in the release process. + + ## [1.3.1] - 2024-08-26 ### Changed - Fix NullPointerException for Windows users. diff --git a/gradle.properties b/gradle.properties index 51e6542..fd60f9f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.siropkin.kursor pluginName = Kursor pluginRepositoryUrl = https://github.com/siropkin/kursor # SemVer format -> https://semver.org -pluginVersion = 1.4.0 +pluginVersion = 1.4.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 232