There was an error while loading. Please reload this page.
1 parent 8add9e5 commit 308d0a5Copy full SHA for 308d0a5
2 files changed
build.gradle
@@ -6,7 +6,7 @@ ext.apiVersion = "0.4-SNAPSHOT"
6
7
allprojects {
8
group = "org.anvilpowered"
9
- version = "0.3.2-SNAPSHOT"
+ version = "0.3.2"
10
apply plugin: 'java-library'
11
apply plugin: 'maven-publish'
12
apply plugin: 'signing'
catalyst-bungee/src/main/resources/plugin.yml
@@ -1,5 +1,5 @@
1
name: Catalyst
2
-version: "0.3.2-SNAPSHOT"
+version: "0.3.2"
3
main: org.anvilpowered.catalyst.bungee.CatalystBungee
4
api-version: 1.13
5
authors: ["STG_Allen"]
0 commit comments