Bump version

This commit is contained in:
Rik van der Kleij 2019-08-15 22:24:10 +02:00
parent 311501f07e
commit fbb79d9f33
2 changed files with 7 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
<idea-plugin>
<id>intellij.haskell</id>
<name>IntelliJ-Haskell</name>
<version>1.0.0-beta53</version>
<version>1.0.0-beta54</version>
<vendor email="rikvdkleij@gmail.com">Rik van der Kleij</vendor>
<description><![CDATA[
@ -13,6 +13,11 @@
]]></description>
<change-notes><![CDATA[
<p>1.0.0-beta54</p>
<ul>
<li>Fix issue with environment of REPL process (#461)</li>
</ul>
<p>1.0.0-beta53</p>
<ul>
<li>Make `system-ghc` and tool paths configurable (#454 by @friedbrice)</li>