Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit bb12d08

Browse files
committed
Bump version to 0.4.0
1 parent 76b4f87 commit bb12d08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ val ivyLocal = Resolver.file("ivy", file(Path.userHome.absolutePath + "/.ivy2/lo
55

66
name := "webapi-parser"
77

8-
ThisBuild / version := "0.3.2"
8+
ThisBuild / version := "0.4.0"
99

1010
publish := {}
1111

examples/java/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
dependencies {
23-
compile 'org.raml:webapi-parser:0.3.2'
23+
compile 'org.raml:webapi-parser:0.4.0'
2424
}
2525

2626
task valkyrTest {

0 commit comments

Comments
 (0)