Skip to content

Commit a4a3546

Browse files
committed
bump to 0.3.0
& rely on bombe 0.5.0
1 parent 7e34d78 commit a4a3546

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ java {
1515

1616
group = "org.cadixdev"
1717
project.setProperty("archivesBaseName", project.name.toLowerCase())
18-
version = "0.3.0-SNAPSHOT"
18+
version = "0.3.0"
1919

2020
repositories {
2121
mavenCentral()

gradle.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ inceptionYear = 2019
77
# Build Settings
88
javaVersion = 1.8
99
asmVersion = 7.1
10-
bombeVersion = 0.5.1-SNAPSHOT
10+
bombeVersion = 0.5.0
11+

0 commit comments

Comments
 (0)