Skip to content

Commit

Permalink
Mark release version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Jan 7, 2021
1 parent ca7073f commit 766b5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}
// JAR_BUILT_BY - Name to be added to Jar metadata field "Built-By" (defaults to System.getProperty("user.name")
//

val projectVersion = "0.3.4.2-SNAPSHOT"
val projectVersion = "0.3.5"
val versionTagDir = if (projectVersion.endsWith("SNAPSHOT")) "master" else "v." + projectVersion
val _scalaVersions = Seq("2.13.4", "2.12.12")
val _scalaVersion = _scalaVersions.head
Expand Down

0 comments on commit 766b5dd

Please sign in to comment.