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

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed Jan 31, 2020
1 parent 2e61743 commit 53b62fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val ivyLocal = Resolver.file("ivy", file(Path.userHome.absolutePath + "/.ivy2/lo

name := "webapi-parser"

ThisBuild / version := "0.4.1"
ThisBuild / version := "0.5.0"

publish := {}

Expand Down
2 changes: 1 addition & 1 deletion examples/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

dependencies {
compile 'org.raml:webapi-parser:0.4.0'
compile 'org.raml:webapi-parser:0.5.0'
}

task valkyrTest {
Expand Down

0 comments on commit 53b62fe

Please sign in to comment.