Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit ac4d459

Browse files
committed
Bump version
1 parent 2c93b0e commit ac4d459

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
lazy val commonSettings = Seq(
2-
version := "1.0.0-beta54",
2+
version := "1.0.0-beta55",
33
scalaVersion := "2.13.0"
44
)
55

intellij-haskell/META-INF/plugin.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>intellij.haskell</id>
33
<name>IntelliJ-Haskell</name>
4-
<version>1.0.0-beta54</version>
4+
<version>1.0.0-beta55</version>
55
<vendor email="rikvdkleij@gmail.com">Rik van der Kleij</vendor>
66

77
<description><![CDATA[
@@ -13,11 +13,14 @@
1313
]]></description>
1414

1515
<change-notes><![CDATA[
16+
<p>1.0.0-beta55</p>
17+
<ul>
18+
<li>Add setting to add extra Stack arguments (#468)</li>
19+
</ul>
1620
<p>1.0.0-beta54</p>
1721
<ul>
1822
<li>Fix issue with environment of REPL process (#461)</li>
1923
</ul>
20-
2124
<p>1.0.0-beta53</p>
2225
<ul>
2326
<li>Make `system-ghc` and tool paths configurable (#454 by @friedbrice)</li>

0 commit comments

Comments
 (0)