From c4bedca32fa9aa8837b1557bfbdbeb80004727c2 Mon Sep 17 00:00:00 2001 From: LamiumAmplexicaule <47999601+LamiumAmplexicaule@users.noreply.github.com> Date: Fri, 23 Sep 2022 16:33:57 +0900 Subject: [PATCH] v0.2.1 --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68f4edf..c871b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.2.1] ### Changed - Changed the name of the tab that ComP opens so that it remains ComP diff --git a/gradle.properties b/gradle.properties index bb2cd34..cdbcc0a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ pluginGroup="net.henbit" pluginName = ComP # SemVer format -> https://semver.org -pluginVersion = 0.2.0 +pluginVersion = 0.2.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 222