Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit faa4b89

Browse files
committed
Bump plugin to 0.3.2
1 parent 0a59eb1 commit faa4b89

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#Changes
22

3+
## 0.3.2
4+
5+
* Fix multiple project files not sharing one connection for Clojure >= 1.7
6+
37
## 0.3.1
48

59
* Use upstream Clojure mode. Fixes bugs with dosync indentation and variable styling

plugin.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{:name "Clojure"
2-
:version "0.3.1"
2+
:version "0.3.2"
33
:author "Kodowa"
44
:source "https://github.com/LightTable/Clojure"
55
:desc "Clojure(Script) integration for Light Table"

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
(defproject com.lighttable/clojure "0.3.1"
1+
(defproject com.lighttable/clojure "0.3.2"
22
:description "Clojure plugin for Light Table"
33
:dependencies [[org.clojure/clojure "1.5.1"]])

0 commit comments

Comments
 (0)