Skip to content

Commit

Permalink
release: 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoballen1 committed Apr 2, 2021
1 parent 8add9e5 commit 308d0a5
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.2-SNAPSHOT"
version = "0.3.2"
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.2-SNAPSHOT"
version: "0.3.2"
main: org.anvilpowered.catalyst.bungee.CatalystBungee
api-version: 1.13
authors: ["STG_Allen"]
Expand Down

0 comments on commit 308d0a5

Please sign in to comment.