Skip to content

Commit

Permalink
release version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshalm committed Dec 31, 2024
1 parent a18e46c commit 8778fc8
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.2",
tlBaseVersion := "1.3",
homepage := Some(url("https://typelevel.org/Laika/")),
organization := "org.typelevel",
organizationHomepage := Some(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 @@ -20,7 +20,7 @@ object ManualSettings {

object versions {

val latestRelease = "1.2.1"
val latestRelease = "1.3.0"

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

0 comments on commit 8778fc8

Please sign in to comment.