Skip to content

Commit

Permalink
Add api-version to all modules (lucko#124, lucko#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLuca98 authored Jan 29, 2022
1 parent 69ba794 commit 5cb9069
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions helper-js/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ version: ${project.version}
main: me.lucko.helper.js.HelperJsPlugin
description: JavaScript plugins powered by helper.
depend: [helper]
api-version: 1.13
3 changes: 2 additions & 1 deletion helper-lilypad/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ description: ${project.description}
main: me.lucko.helper.lilypad.plugin.HelperLilyPadPlugin
website: https://github.com/lucko/helper
load: STARTUP
depend: [helper, LilyPad-Connect]
depend: [helper, LilyPad-Connect]
api-version: 1.13
3 changes: 2 additions & 1 deletion helper-mongo/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ description: ${project.description}
main: me.lucko.helper.mongo.plugin.HelperMongoPlugin
website: https://github.com/lucko/helper
load: STARTUP
depend: [helper]
depend: [helper]
api-version: 1.13
3 changes: 2 additions & 1 deletion helper-profiles/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ description: ${project.description}
main: me.lucko.helper.profiles.plugin.HelperProfilesPlugin
website: https://github.com/lucko/helper
load: STARTUP
depend: [helper, helper-sql]
depend: [helper, helper-sql]
api-version: 1.13
3 changes: 2 additions & 1 deletion helper-redis/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ description: ${project.description}
main: me.lucko.helper.redis.plugin.HelperRedisPlugin
website: https://github.com/lucko/helper
load: STARTUP
depend: [helper]
depend: [helper]
api-version: 1.13
3 changes: 2 additions & 1 deletion helper-sql/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ description: ${project.description}
main: me.lucko.helper.sql.plugin.HelperSqlPlugin
website: https://github.com/lucko/helper
load: STARTUP
depend: [helper]
depend: [helper]
api-version: 1.13

0 comments on commit 5cb9069

Please sign in to comment.