Skip to content

Commit

Permalink
debumped the version on plugin.yml and pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
axolotlagatsuma committed Aug 20, 2024
1 parent 82797a2 commit fbbff07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.20.4-R0.1-SNAPSHOT</version>
<version>1.20.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: DatabaseConnector
version: '1.0.2'
main: org.axolotlagatsuma.databaseconnector.DatabaseConnector
api-version: '1.20.4'
api-version: '1.20.2'
prefix: DBConnector
load: STARTUP
authors: [ AxolotlAgatsuma ]
Expand Down

0 comments on commit fbbff07

Please sign in to comment.