Bump version

This commit is contained in:
Rik van der Kleij 2019-08-04 21:48:15 +02:00
parent 607d8795a1
commit 6350b2828a
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
lazy val commonSettings = Seq(
version := "1.0.0-beta52",
version := "1.0.0-beta53",
scalaVersion := "2.13.0"
)

View File

@ -1,7 +1,7 @@
<idea-plugin>
<id>intellij.haskell</id>
<name>IntelliJ-Haskell</name>
<version>1.0.0-beta52</version>
<version>1.0.0-beta53</version>
<vendor email="rikvdkleij@gmail.com">Rik van der Kleij</vendor>
<description><![CDATA[
@ -13,6 +13,10 @@
]]></description>
<change-notes><![CDATA[
<p>1.0.0-beta53</p>
<ul>
<li>Make `system-ghc` and tool paths configurable (#454 by @friedbrice)</li>
</ul>
<p>1.0.0-beta52</p>
<ul>
<li>Various improvements and fixes</li>