Bump version.

This commit is contained in:
Rik van der Kleij 2019-01-25 20:04:00 +01:00
parent 109fcb3029
commit 3675ea199d
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
lazy val commonSettings = Seq(
version := "1.0.0-beta40",
version := "1.0.0-beta41",
scalaVersion := "2.12.8"
)
@ -25,4 +25,4 @@ lazy val intellijHaskell = (project in file(".")).
)
ideaBuild in ThisBuild := "183.4588.61"
ideaBuild in ThisBuild := "183.5153.38"

View File

@ -1,7 +1,7 @@
<idea-plugin>
<id>intellij.haskell</id>
<name>IntelliJ-Haskell</name>
<version>1.0.0-beta40</version>
<version>1.0.0-beta41</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-beta40</p>
<p>1.0.0-beta41</p>
<b>IMPORTANT: Stack version should be > 1.7.0 and please reimport your Haskell Stack project after updating the plugin.</b>
<ul>
<li>Improved responsiveness, especially for multi-package projects</li>