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 a6a6031 commit caf5a0aCopy full SHA for caf5a0a
build.gradle
@@ -6,7 +6,7 @@ ext.apiVersion = "0.4-SNAPSHOT"
6
7
allprojects {
8
group = "org.anvilpowered"
9
- version = "0.3.1-SNAPSHOT"
+ version = "0.3.1"
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-SNAPSHOT"
+version: "0.3.1"
3
main: org.anvilpowered.catalyst.bungee.CatalystBungee
4
api-version: 1.13
5
authors: ["STG_Allen"]
0 commit comments