Version bump.

This commit is contained in:
Rik van der Kleij 2018-11-14 21:17:37 +01:00
parent 986101f619
commit a1a16e10ea
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
lazy val commonSettings = Seq(
version := "1.0.0-beta34",
version := "1.0.0-beta35",
scalaVersion := "2.12.7"
)

View File

@ -1,7 +1,7 @@
<idea-plugin>
<id>intellij.haskell</id>
<name>IntelliJ-Haskell</name>
<version>1.0.0-beta34</version>
<version>1.0.0-beta35</version>
<vendor email="rikvdkleij@gmail.com">Rik van der Kleij</vendor>
<description><![CDATA[
@ -11,7 +11,7 @@
]]></description>
<change-notes><![CDATA[
<p>1.0.0-beta34</p>
<p>1.0.0-beta35</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>