Skip to content

Commit

Permalink
[change]バージョン変更
Browse files Browse the repository at this point in the history
  • Loading branch information
huda0209 committed Jan 20, 2021
1 parent 8c80ffe commit 75737be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.github.huda0209'
version = '1.0.1'
version = '1.0.2'

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Show Name plugin
# this plugin show server name.
# author huda0209
# ver.1.0.1
# ver.1.0.2
#

#set server name
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ShowName
version: @version@
main: com.github.huda0209.showname.ShowName
api-version: 1.16
prefix: [ show name ]
prefix: show name
load: STARTUP
authors: [ huda0209 ]
description: show server name
Expand Down

0 comments on commit 75737be

Please sign in to comment.