Skip to content

Commit

Permalink
release: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoballen1 committed Aug 11, 2020
1 parent 65b415f commit eba0118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
subprojects {
apply plugin: 'java'
group "org.anvilpowered"
version "0.2.1-SNAPSHOT"
version "0.2.1"
sourceCompatibility = 1.8
if (project.hasProperty("buildNumber") && version.contains("-SNAPSHOT")) {
version = version.replace("-SNAPSHOT", "-RC${buildNumber}")
Expand Down
2 changes: 1 addition & 1 deletion catalyst-bungee/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Catalyst
version: "0.2.1-SNAPSHOT"
version: "0.2.1"
main: org.anvilpowered.catalyst.bungee.CatalystBungee
api-version: 1.13
authors: ["STG_Allen"]
Expand Down

0 comments on commit eba0118

Please sign in to comment.