diff --git a/plugin/build.gradle b/plugin/build.gradle index d62724b..173ffea 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -60,7 +60,7 @@ jar { manifest.mainAttributes( "Built-By": System.properties['user.name'], "Created-By": System.properties['java.vm.version'] + " (" + System.properties['java.vm.vendor'] + ")", - "Implementation-Title": "Grace Unpoly Plugin", + "Implementation-Title": "Grace Turbo Plugin", "Implementation-Version": projectVersion, "Implementation-Vendor": 'Grace Plugins') enabled = true