Skip to content

Commit

Permalink
release: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoballen1 committed Dec 10, 2020
1 parent a6a6031 commit caf5a0a
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 @@ ext.apiVersion = "0.4-SNAPSHOT"

allprojects {
group = "org.anvilpowered"
version = "0.3.1-SNAPSHOT"
version = "0.3.1"
apply plugin: 'java-library'
apply plugin: 'maven-publish'
apply plugin: 'signing'
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.3.1-SNAPSHOT"
version: "0.3.1"
main: org.anvilpowered.catalyst.bungee.CatalystBungee
api-version: 1.13
authors: ["STG_Allen"]
Expand Down

0 comments on commit caf5a0a

Please sign in to comment.