Skip to content

Commit

Permalink
Fix Api-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Euphillya committed Dec 27, 2024
1 parent b06eafc commit e282a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/OreGenerator/src/main/resources/paper-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: SkylliaOre
version: '${version}'
main: fr.euphyllia.skylliaore.Main
api-version: '1.20'
api-version: 1.20.1
authors: [ Euphyllia ]
folia-supported: true
loader: fr.euphyllia.skylliaore.OreLoader
Expand Down
2 changes: 1 addition & 1 deletion addons/SkylliaChat/src/main/resources/paper-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: SkylliaChat
version: '1.1'
main: fr.euphyllia.skylliachat.Main
api-version: '1.20'
api-version: 1.20.1
folia-supported: true

dependencies:
Expand Down

0 comments on commit e282a09

Please sign in to comment.