Bump version

This commit is contained in:
Rik van der Kleij 2019-12-26 16:26:53 +01:00
parent a51896c81b
commit 57cce379c7
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
lazy val commonSettings = Seq(
version := "1.0.0-beta56",
version := "1.0.0-beta57",
scalaVersion := "2.13.1"
)

View File

@ -1,7 +1,7 @@
<idea-plugin>
<id>intellij.haskell</id>
<name>IntelliJ-Haskell</name>
<version>1.0.0-beta56</version>
<version>1.0.0-beta57</version>
<vendor email="rikvdkleij@gmail.com">Rik van der Kleij</vendor>
<description><![CDATA[
@ -13,7 +13,7 @@
]]></description>
<change-notes><![CDATA[
<p>1.0.0-beta56</p>
<p>1.0.0-beta57</p>
<ul>
<li>Various improvements and fixes</li>
<li>Support to cancel the process which builds the Haskell tools</li>