From 64f56927ed8599da13a1f217adfe8e885e301464 Mon Sep 17 00:00:00 2001 From: Bryan Kenote <9691017+bryankenote@users.noreply.github.com> Date: Wed, 10 Jan 2024 01:34:55 +0000 Subject: [PATCH] Release 1.3.2 (#69) --- CHANGELOG.md | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56674dd..abf570b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ # FacilityIntellij Changelog ## Unreleased +- Fix support for the 2023.3 Intellij platform - Only check specific attributes for duplicates ## 1.3.1 - 2023-09-07 diff --git a/gradle.properties b/gradle.properties index 2179496..707e891 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = io.github.facilityapi pluginName = FacilityIntellij -pluginVersion = 1.3.1 +pluginVersion = 1.3.2 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions.