Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Commit

Permalink
actually release v0.2.6 this time.
Browse files Browse the repository at this point in the history
  • Loading branch information
heyLu committed Apr 15, 2014
1 parent e4177b1 commit c396a76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion light-haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: light-haskell
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.2.5
version: 0.2.6

-- A short (one-line) description of the package.
-- synopsis:
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{"name": "Haskell",
"version": "0.2.5",
"version": "0.2.6",
"author": "Jeff Taggart, Lucas Stadler, Ben Kirwin",
"source": "https://github.com/jetaggart/light-haskell",
"desc": "Haskell integration for LightTable",
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(defproject com.lighttable/haskell "0.2.5"
(defproject com.lighttable/haskell "0.2.6"
:description "Haskell language plugin for Light Table"
:dependencies [[org.clojure/clojure "1.5.1"]])

0 comments on commit c396a76

Please sign in to comment.