Bump version.

This commit is contained in:
Rik van der Kleij 2019-06-20 17:28:25 +02:00
parent 207604609a
commit cd9e022109
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
lazy val commonSettings = Seq(
version := "1.0.0-beta49",
version := "1.0.0-beta50",
scalaVersion := "2.12.8"
)

View File

@ -1,7 +1,7 @@
<idea-plugin>
<id>intellij.haskell</id>
<name>IntelliJ-Haskell</name>
<version>1.0.0-beta49</version>
<version>1.0.0-beta50</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-beta50</p>
<ul>
<li>Prevent waiting for result when there is no REPL output in case of ":show modules" command. Fix issue #442.</li>
<li>Fix/improve English in various user/log messages (@declension)</li>
</ul>
<p>1.0.0-beta49</p>
<ul>
<li>Removed intero. Only depending on vanilla GHCi</li>