Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HoshiKurama committed Apr 22, 2021
1 parent 0abcb6f commit 8d75368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
apply plugin: 'application'

group = 'engineer.hoshikurama.github'
version = '2.1.0'
version = '2.1.1'
mainClassName = "engineer.hoshikurama.github.ticketmanager.TicketManager"

sourceCompatibility = '11'
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: TicketManager
version: 2.1.0
version: 2.1.1
main: engineer.hoshikurama.github.ticketmanager.v2.TicketManager
api-version: 1.16
authors: [HoshiKurama]
Expand Down

0 comments on commit 8d75368

Please sign in to comment.