From d1e7e1ae01a8402b6f538a2ac2a9e72a4f0c0ebd Mon Sep 17 00:00:00 2001 From: Ilya Rodionov Date: Wed, 7 Jun 2023 23:17:41 +0300 Subject: [PATCH] Version 0.5 --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 645a2de..954f786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [0.5] - 2023-06-07 + ### Added - Inplace renaming. - GitHub build workflow. diff --git a/gradle.properties b/gradle.properties index 96a75c6..50bd569 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = ris58h.webcalm pluginName = WebCalm pluginRepositoryUrl = https://github.com/ris58h/WebCalm # SemVer format -> https://semver.org -pluginVersion = 0.4 +pluginVersion = 0.5 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 203.5981.155