Skip to content

Commit

Permalink
Updated fulcrum to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Apr 11, 2018
1 parent aa09c0c commit b8a1fb5
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.3.0-SNAPSHOT"
version = "0.3.0"

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

ext {
fulcrumVersion = "0.11.0"
fulcrumVersion = "0.12.0"
}

dependencies {
Expand Down

0 comments on commit b8a1fb5

Please sign in to comment.