Skip to content

Commit

Permalink
Finish-R1
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallicGoat committed Dec 16, 2021
1 parent fd829e5 commit b370adf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.metallicgoat</groupId>
<artifactId>TweaksAndFeatures</artifactId>
<version>1.0.0</version>
<version>1.0.0-R1</version>

<repositories>
<repository>
Expand All @@ -26,7 +26,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.17.1-R0.1-SNAPSHOT</version>
<version>1.18.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>de.marcely.bedwars</groupId>
<artifactId>API</artifactId>
<version>5.0.3</version>
<version>5.0.4</version>
</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,4 +1,4 @@
version: 1.0.0
version: 1.0.0-R1
name: MBedwarsTweaks
author: MetallicGoat
main: me.metallicgoat.MBedwarsTweaks.Main
Expand Down

0 comments on commit b370adf

Please sign in to comment.