Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed Jul 22, 2020
1 parent e1ec73e commit ffb7751
Showing 1 changed file with 2 additions and 2 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.2-SNAPSHOT"
ext.apiVersion = "0.2"

allprojects {
group = "org.anvilpowered"
version = "0.2.0-SNAPSHOT"
version = "0.2.0"
apply plugin: 'java-library'
apply plugin: 'maven-publish'
apply plugin: 'signing'
Expand Down

0 comments on commit ffb7751

Please sign in to comment.