Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
motoki317 committed Nov 27, 2024
1 parent 47597bb commit 7bcdf4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/intellij/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.0
pluginVersion = 0.7.1

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 232
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import java.net.URI
import java.nio.file.Files
import java.nio.file.attribute.PosixFilePermission

const val version = "0.7.0" // TODO: refer to config or property?
const val version = "0.7.1" // TODO: refer to config or property?

val tmpFile = FileUtilRt.createTempFile("iccheck-%s".format(version), "")
val dlPath: String = tmpFile.absolutePath
Expand Down
2 changes: 1 addition & 1 deletion plugins/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iccheck",
"description": "Reports possible inconsistent changes in pre-commit files.",
"license": "MIT",
"version": "0.7.0",
"version": "0.7.1",
"repository": {
"type": "git",
"url": "https://github.com/salab/iccheck.git"
Expand Down

0 comments on commit 7bcdf4a

Please sign in to comment.