Skip to content

Commit

Permalink
Release 0.16.0, updated Fulcrum to 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Jul 12, 2018
1 parent 606e85c commit 8bac2d9
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 @@ -5,7 +5,7 @@ apply plugin: "maven-publish"
apply plugin: "com.jfrog.bintray"

group = "com.obsidiandynamics.zerolog"
version = "0.16.0-SNAPSHOT"
version = "0.16.0"

def envUser = "BINTRAY_USER"
def envKey = "BINTRAY_KEY"
Expand Down Expand Up @@ -37,7 +37,7 @@ allprojects {
}

ext {
fulcrumVersion = "0.15.1"
fulcrumVersion = "0.15.2"
}

dependencies {
Expand Down

0 comments on commit 8bac2d9

Please sign in to comment.