Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoballen1 committed Jul 19, 2020
1 parent d8079b0 commit 3ecd310
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 @@ plugins {
subprojects {
apply plugin: 'java'
group "org.anvilpowered"
version "0.2.0-SNAPSHOT"
version "0.2.0"
sourceCompatibility = 1.8
if (project.hasProperty("buildNumber") && version.contains("-SNAPSHOT")) {
version = version.replace("-SNAPSHOT", "-RC${buildNumber}")
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.2.0-SNAPSHOT"
version: "0.2.0"
main: org.anvilpowered.catalyst.bungee.CatalystBungee
api-version: 1.13
authors: ["STG_Allen"]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dependencies
anvil_api=org.anvilpowered:anvil-api:0.2-SNAPSHOT
anvil_api=org.anvilpowered:anvil-api:0.2
aopalliance=aopalliance:aopalliance:1.0
apache_collections=org.apache.commons:commons-collections4:4.1
apache_commons_logging=commons-logging:commons-logging:1.2
Expand Down

0 comments on commit 3ecd310

Please sign in to comment.