Skip to content

Commit

Permalink
Version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
herminiogg committed Jun 6, 2023
1 parent 812fce5 commit 69d6144
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 @@ -4,7 +4,7 @@ lazy val shexml = project
.in(file("."))
.settings(
name := "ShExML",
version := "0.3.2",
version := "0.3.3",
scalaVersion := "3.2.0",
crossScalaVersions := Seq("2.12.17", "2.13.9", "3.2.0"),
libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/herminiogarcia/shexml/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Main {

}

@Command(name = "ShExML", version = Array("v0.3.2"),
@Command(name = "ShExML", version = Array("v0.3.3"),
mixinStandardHelpOptions = true,
description = Array("Map and merge heterogeneous data sources with a Shape Expressions based syntax"))
class Main extends Callable[Int] {
Expand Down

0 comments on commit 69d6144

Please sign in to comment.