From 7009d2d07063556f2f87559834deca76473f2205 Mon Sep 17 00:00:00 2001 From: motoki317 Date: Thu, 5 Dec 2024 21:50:42 +0900 Subject: [PATCH] v0.7.6 --- plugins/intellij/gradle.properties | 2 +- .../com/github/salab/iccheck/lsp/ICCheckLspServerDescriptor.kt | 2 +- plugins/vscode/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/intellij/gradle.properties b/plugins/intellij/gradle.properties index 24af5e7..8cb4108 100644 --- a/plugins/intellij/gradle.properties +++ b/plugins/intellij/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.salab.iccheck pluginName = ICCheck - Inconsistency Check pluginRepositoryUrl = https://github.com/salab/iccheck # SemVer format -> https://semver.org -pluginVersion = 0.7.5 +pluginVersion = 0.7.6 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 232 diff --git a/plugins/intellij/src/main/kotlin/com/github/salab/iccheck/lsp/ICCheckLspServerDescriptor.kt b/plugins/intellij/src/main/kotlin/com/github/salab/iccheck/lsp/ICCheckLspServerDescriptor.kt index 8f6c32d..33c9daf 100644 --- a/plugins/intellij/src/main/kotlin/com/github/salab/iccheck/lsp/ICCheckLspServerDescriptor.kt +++ b/plugins/intellij/src/main/kotlin/com/github/salab/iccheck/lsp/ICCheckLspServerDescriptor.kt @@ -15,7 +15,7 @@ import java.net.URI import java.nio.file.Files import java.nio.file.attribute.PosixFilePermission -const val version = "0.7.5" // TODO: refer to config or property? +const val version = "0.7.6" // TODO: refer to config or property? val tmpFile = FileUtilRt.createTempFile("iccheck-%s".format(version), "") val dlPath: String = tmpFile.absolutePath diff --git a/plugins/vscode/package.json b/plugins/vscode/package.json index 13fd956..e137215 100644 --- a/plugins/vscode/package.json +++ b/plugins/vscode/package.json @@ -2,7 +2,7 @@ "name": "iccheck", "description": "Reports possible inconsistent changes in pre-commit files.", "license": "MIT", - "version": "0.7.5", + "version": "0.7.6", "repository": { "type": "git", "url": "https://github.com/salab/iccheck.git"