Skip to content

Commit

Permalink
release version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshalm committed Jul 27, 2024
1 parent 2ad10ad commit 107e51f
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 @@ -13,7 +13,7 @@ import Dependencies._

inThisBuild(
Seq(
tlBaseVersion := "1.1",
tlBaseVersion := "1.2",
homepage := Some(new URL("https://typelevel.org/Laika/")),
organization := "org.typelevel",
organizationHomepage := Some(new URL("http://typelevel.org")),
Expand Down
2 changes: 1 addition & 1 deletion project/ManualSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object ManualSettings {

object versions {

val latestRelease = "1.1.0"
val latestRelease = "1.2.0"

private def version(version: String, label: String = "EOL"): Version = {
val (pathSegment, canonical) = version match {
Expand Down

0 comments on commit 107e51f

Please sign in to comment.