Skip to content

Commit

Permalink
0.5 release. Rename now doesn't rename args with the same name as a f…
Browse files Browse the repository at this point in the history
…unction
  • Loading branch information
tcrayford committed Sep 13, 2010
1 parent 5632f03 commit d18914b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Add clojure refactoring mode into lein's dev-dependancies then run

For example (inside project.clj)
:dev-dependencies [[swank-clojure "1.2.1"]
[clojure-refactoring "0.4.1"]]
[clojure-refactoring "0.5.0"]]

Usage
---
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clojure-refactoring "0.4.1"
(defproject clojure-refactoring "0.5.0"
:description "Clojure side of a refactoring tool"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
Expand Down

0 comments on commit d18914b

Please sign in to comment.