Skip to content

Commit

Permalink
release: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed Nov 27, 2020
1 parent 284387c commit 1b374f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
id("org.jetbrains.kotlin.jvm") version "${kotlin_version}"
}

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 Expand Up @@ -45,7 +45,7 @@ subprojects {
maven { url 'https://jetbrains.bintray.com/xodus' }
}
dependencies {
api 'org.anvilpowered:anvil-api:0.3-SNAPSHOT'
api 'org.anvilpowered:anvil-api:0.3'
implementation(kotlin_reflect + ":" + kotlin_version)
implementation(kotlin_stdlib + ":" + kotlin_version)
implementation(kotlin_stdlib8 + ":" + kotlin_version)
Expand Down

0 comments on commit 1b374f2

Please sign in to comment.