Skip to content

Commit 88194f8

Browse files
committed
rc
1 parent ee0a926 commit 88194f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ java {
3939

4040
PluginManifest pluginManifest = [
4141
name : 'CommandPrompter',
42-
version : new Version(major: 2, minor: 5, patch: 1, fix: 0, classifier: 'SNAPSHOT'),
42+
version : new Version(major: 2, minor: 6, patch: 0, fix: 0, classifier: 'RELEASE'),
4343
author : 'CyR1en',
4444
description: 'Perfect companion plugin for inventory UI menu.',
4545
entry : 'com.cyr1en.commandprompter.CommandPrompter'

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ${projectName}
22
version: ${projectVersion}
33
author: ${projectAuthor}
44
description: ${projectDescription}
5-
softdepend: [ProtocolLib, VentureChat, SuperVanish, PuerkasChat, PlaceholderAPI, CarbonChat]
5+
softdepend: [VentureChat, SuperVanish, PuerkasChat, PlaceholderAPI, CarbonChat]
66

77
main: ${projectEntry}
88
api-version: 1.13

0 commit comments

Comments
 (0)