Skip to content

Commit 397359f

Browse files
committed
Version bump
1 parent ec7439f commit 397359f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import org.jetbrains.sbtidea.{AutoJbr, JbrPlatform}
22

33
lazy val scala213 = "2.13.12"
44
lazy val scalaPluginVersion = "2024.1.20"
5-
lazy val minorVersion = "1"
5+
lazy val minorVersion = "0"
66
lazy val buildVersion = sys.env.getOrElse("ZIO_INTELLIJ_BUILD_NUMBER", minorVersion)
7-
lazy val pluginVersion = s"2024.1.32.$buildVersion"
7+
lazy val pluginVersion = s"2024.1.33.$buildVersion"
88

99
ThisBuild / intellijPluginName := "zio-intellij"
1010
ThisBuild / intellijBuild := "241"
@@ -42,7 +42,7 @@ lazy val root =
4242
s"""<![CDATA[
4343
<b>What's new?</b>
4444
<ul>
45-
<li>IntelliJ IDEA 2024.1 support!</li>
45+
<li>Implemented the new Project Wizard API for ZIO <a href="https://github.com/zio/zio-intellij/pull/471">(#471)</a></li>
4646
</ul>
4747
]]>"""
4848
)

0 commit comments

Comments
 (0)