Skip to content

Commit b8a1fb5

Browse files
committed
Updated fulcrum to 0.12.0
1 parent aa09c0c commit b8a1fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: "maven-publish"
55
apply plugin: "com.jfrog.bintray"
66

77
group = "com.obsidiandynamics.zerolog"
8-
version = "0.3.0-SNAPSHOT"
8+
version = "0.3.0"
99

1010
def envUser = "BINTRAY_USER"
1111
def envKey = "BINTRAY_KEY"
@@ -37,7 +37,7 @@ allprojects {
3737
}
3838

3939
ext {
40-
fulcrumVersion = "0.11.0"
40+
fulcrumVersion = "0.12.0"
4141
}
4242

4343
dependencies {

0 commit comments

Comments
 (0)