We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf5a0a commit 9e2d8f8Copy full SHA for 9e2d8f8
build.gradle
@@ -6,7 +6,7 @@ ext.apiVersion = "0.4-SNAPSHOT"
6
7
allprojects {
8
group = "org.anvilpowered"
9
- version = "0.3.1"
+ version = "0.3.2-SNAPSHOT"
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.1"
+version: "0.3.2-SNAPSHOT"
3
main: org.anvilpowered.catalyst.bungee.CatalystBungee
4
api-version: 1.13
5
authors: ["STG_Allen"]
0 commit comments