Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
xsmeths committed Mar 21, 2023
1 parent 1dbde28 commit 3c77393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>smeths.and.rhetorical</groupId>
<artifactId>MedCraft</artifactId>
<version>2.0.3.2</version>
<version>2.0.3.3</version>

<name>MedCraft</name>
<url>https://www.spigotmc.org/resources/bandagecraft.6760</url>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.18.1-R0.1-SNAPSHOT</version>
<version>1.19.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ public static String format(String msg) {
}
return ChatColor.translateAlternateColorCodes('&', msg);
}
}
}

0 comments on commit 3c77393

Please sign in to comment.