Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoballen1 committed Nov 28, 2020
1 parent 7f4b359 commit 2513a1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ plugins {
id 'io.codearte.nexus-staging' version '0.21.2'
}

ext.apiVersion = "0.3-SNAPSHOT"
ext.apiVersion = "0.3"

allprojects {
group = "org.anvilpowered"
version = "0.3.0-SNAPSHOT"
version = "0.3.0"
apply plugin: 'java-library'
apply plugin: 'maven-publish'
apply plugin: 'signing'
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.3-SNAPSHOT
anvil_api=org.anvilpowered:anvil-api:0.3
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 2513a1f

Please sign in to comment.