Skip to content

Commit cdfaabf

Browse files
committed
release: 0.2.2
1 parent e436e90 commit cdfaabf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
subprojects {
77
apply plugin: 'java'
88
group "org.anvilpowered"
9-
version "0.2.2-SNAPSHOT"
9+
version "0.2.2"
1010
sourceCompatibility = 1.8
1111
if (project.hasProperty("buildNumber") && version.contains("-SNAPSHOT")) {
1212
version = version.replace("-SNAPSHOT", "-RC${buildNumber}")

catalyst-bungee/src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Catalyst
2-
version: "0.2.2-SNAPSHOT"
2+
version: "0.2.2"
33
main: org.anvilpowered.catalyst.bungee.CatalystBungee
44
api-version: 1.13
55
authors: ["STG_Allen"]

0 commit comments

Comments
 (0)