From 8125f382e06d9ffe141f4fad286a7240df8db84a Mon Sep 17 00:00:00 2001 From: Hamfer Date: Sun, 1 Jun 2025 04:02:58 +0700 Subject: [PATCH] fix: plugin name --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8189d09..844a29d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html pluginGroup = com.github.hamfer.bracketblock -pluginName = bracket-block +pluginName = Bracket Block pluginRepositoryUrl = https://github.com/Hamfer/bracket-block # SemVer format -> https://semver.org pluginVersion = 0.1.2