Skip to content

Commit

Permalink
Bumped to version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
labra committed Jul 10, 2024
1 parent 774186d commit ecb8b59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/main/scala/es/weso/uml/ShEx2UML.scala
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ object ShEx2UML {
private def shapeExprId(se: ShapeExpr): Option[ShapeLabel] = {
se match {
case sd: ShapeDecl => {
println(s"Obtaining id from shape decl: ${sd.lbl}")
Some(sd.lbl)
}
case _ => se.id
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.1.1"
ThisBuild / version := "0.1.3"

0 comments on commit ecb8b59

Please sign in to comment.