Skip to content

Commit

Permalink
Updated Fulcrum to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoutanov committed Apr 12, 2018
1 parent b54f328 commit 720d971
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 @@ -5,7 +5,7 @@ apply plugin: "maven-publish"
apply plugin: "com.jfrog.bintray"

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

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

ext {
fulcrumVersion = "0.12.0"
fulcrumVersion = "0.13.0"
}

dependencies {
Expand Down Expand Up @@ -210,7 +210,7 @@ publishing {
}
}

def packageDesc = "Ultra-low overhead logging façade for performance-sensitive applications"
def packageDesc = "Low-overhead logging façade for performance-intensive applications"
def repoName = "zerolog"
bintray {
user = System.getenv(envUser)
Expand Down

0 comments on commit 720d971

Please sign in to comment.