From af9ae710ab3d1d8ad9daddcbbc47d601c99b00d7 Mon Sep 17 00:00:00 2001 From: Maxime Bonvin Date: Sat, 15 Oct 2022 20:16:19 +0200 Subject: [PATCH] bump version --- CHANGELOG.md | 6 ++++-- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e549579..4c1dc36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,12 @@ # candid-intellij-plugin Changelog ## [Unreleased] +### Fixed +- Bump to 222.* version ## [0.3.1] -### Fixed -- Fixed import completion +### Fixed +- Fixed import completion - Record fields without name now also get primitive type completion ## [0.3.0] diff --git a/gradle.properties b/gradle.properties index 276aaa7..40b7c15 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.alaanor.candid pluginName = candid-intellij-plugin # SemVer format -> https://semver.org -pluginVersion = 0.3.1 +pluginVersion = 0.3.2 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.