Skip to content

Commit

Permalink
Bump versions to 10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HoshiKurama committed Sep 6, 2023
1 parent b1b607f commit f2095da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions Standalone/Paper/src/main/resources/paper-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: TicketManager
version: '10.0.1'
version: '10.0.2'
main: com.github.hoshikurama.ticketmanager.paper.PaperPlugin
api-version: '1.19'
authors: [HoshiKurama]
folia-supported: true
dependencies:
- name: LuckPerms
required: true
bootstrap: false
load-after:
- name: LuckPerms
bootstrap: false
server:
LuckPerms:
load: AFTER
required: true
join-classpath: false
permissions:
ticketmanager.command.assign:
description: Assign a ticket
Expand Down
2 changes: 1 addition & 1 deletion Standalone/Spigot/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: TicketManager
version: 10.0.1
version: 10.0.2
main: com.github.hoshikurama.ticketmanager.spigot.SpigotPlugin
api-version: 1.19
authors: [HoshiKurama]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.github.hoshikurama.ticketmanager.common

import java.util.*

const val mainPluginVersion = "10.0.0"
const val mainPluginVersion = "10.0.2"
const val bridgePluginVersion = "3.0"

const val bukkitMetricsKey = 11033
Expand Down

0 comments on commit f2095da

Please sign in to comment.