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

Commit 99f1fdf

Browse files
committed
Bump to 0.3.1
1 parent e33c1f0 commit 99f1fdf

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.1
4+
5+
* Use upstream Clojure mode. Fixes bugs with dosync indentation and variable styling
6+
37
## 0.3.0
48

59
* Split out instarepl into its own plugin - ClojureInstarepl.

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.0"
2+
:version "0.3.1"
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.0"
1+
(defproject com.lighttable/clojure "0.3.1"
22
:description "Clojure plugin for Light Table"
33
:dependencies [[org.clojure/clojure "1.5.1"]])

0 commit comments

Comments
 (0)