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

Commit

Permalink
Bump plugin to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cldwalker committed Jan 26, 2016
1 parent 0a59eb1 commit faa4b89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#Changes

## 0.3.2

* Fix multiple project files not sharing one connection for Clojure >= 1.7

## 0.3.1

* Use upstream Clojure mode. Fixes bugs with dosync indentation and variable styling
Expand Down
2 changes: 1 addition & 1 deletion plugin.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:name "Clojure"
:version "0.3.1"
:version "0.3.2"
:author "Kodowa"
:source "https://github.com/LightTable/Clojure"
:desc "Clojure(Script) integration for Light Table"
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/clojure "0.3.1"
(defproject com.lighttable/clojure "0.3.2"
:description "Clojure plugin for Light Table"
:dependencies [[org.clojure/clojure "1.5.1"]])

0 comments on commit faa4b89

Please sign in to comment.