Skip to content
This repository was archived by the owner on Jan 23, 2018. It is now read-only.

Commit e6a5e59

Browse files
committed
Release 1.3.2; backport blocking to swank task.
1 parent 95f3adf commit e6a5e59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ using [Leiningen](http://github.com/technomancy/leiningen):
1313
* Install clojure-mode either from
1414
[Marmalade](http://marmalade-repo.org) or from
1515
[git](http://github.com/technomancy/clojure-mode).
16-
* <tt>lein plugin install swank-clojure 1.3.1</tt>
16+
* <tt>lein plugin install swank-clojure 1.3.2</tt>
1717
* From inside a project, invoke <tt>M-x clojure-jack-in</tt>
1818

1919
That's all it takes! There are no extra install steps beyond
@@ -57,7 +57,7 @@ If you just want a standalone swank server with no third-party
5757
libraries, you can use the shell wrapper that Leiningen installs for
5858
you:
5959

60-
$ lein plugin install swank-clojure 1.3.1
60+
$ lein plugin install swank-clojure 1.3.2
6161
$ ~/.lein/bin/swank-clojure
6262

6363
M-x slime-connect
@@ -70,7 +70,7 @@ You can also start a swank server from inside your project.
7070
You'll need to either have installed using <tt>lein plugin
7171
install</tt> or have added swank-clojure to project.clj:
7272

73-
[swank-clojure "1.3.1"]
73+
[swank-clojure "1.3.2"]
7474

7575
Then launch the server:
7676

@@ -82,7 +82,7 @@ If you're using Maven, add this to your pom.xml under the
8282
<dependency>
8383
<groupId>swank-clojure</groupId>
8484
<artifactId>swank-clojure</artifactId>
85-
<version>1.3.1</version>
85+
<version>1.3.2</version>
8686
</dependency>
8787

8888
Then you can launch a swank server like so:

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject swank-clojure "1.3.1"
1+
(defproject swank-clojure "1.3.2"
22
:description "Swank server connecting Clojure to Emacs SLIME"
33
:url "http://github.com/technomancy/swank-clojure"
44
:dependencies [[org.clojure/clojure "1.2.0"]]

0 commit comments

Comments
 (0)