From 85682cf449cf915f41cd9b43977dea21eef1b07f Mon Sep 17 00:00:00 2001 From: Blarc Date: Sun, 22 Jan 2023 21:01:57 +0100 Subject: [PATCH] [ci] Bump plugin version to 1.5.1. --- CHANGELOG.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fa766d..d2b898e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,10 @@ ### Added - Option for setting file path glob patterns for linting. -- Move remotes table to separate tab. ### Changed - Refactor settings ui. +- Move remotes table to separate tab. ### Fixed - Refresh actions now properly runs on currently opened file. diff --git a/gradle.properties b/gradle.properties index f13ba66..ad754fb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = com.github.blarc pluginName = GitlabTemplateLint pluginRepositoryUrl = https://github.com/Blarc/gitlab-template-lint-plugin # SemVer format -> https://semver.org -pluginVersion = 1.5.0 +pluginVersion = 1.5.1 # https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 223