From 801404c355c7db05b37c011a905972a174791cda Mon Sep 17 00:00:00 2001 From: Ilya Rodionov Date: Mon, 10 Jul 2023 14:08:42 +0300 Subject: [PATCH] Version 0.10 --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 930b0db..86e755e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [0.10] - 2023-07-10 + ### Added - [CSS] Show named colors in completion. - [CSS] Show colors with color-picker in gutter for named-colors, hex-colors and `rgb`. diff --git a/gradle.properties b/gradle.properties index d454d7f..3d78f25 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.9 +pluginVersion = 0.10 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 203.5981.155