Skip to content

Commit

Permalink
Updated project.clj, release notes and readme for 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoduncan committed Mar 18, 2014
1 parent cd0c982 commit cfe1e80
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ project version.

## Usage

Put `[lein-set-version "0.4.0"]` into the `:plugins` vector of your `:user`
Put `[lein-set-version "0.4.1"]` into the `:plugins` vector of your `:user`
profile.

For example, to update the version of your project to 1.0.0
Expand Down
5 changes: 5 additions & 0 deletions ReleaseNotes.md
@@ -1,3 +1,8 @@
## 0.4.1

- Remove use of clojure.edn
Allow usage with older versions of leiningen.

## 0.4.0

- Add keyword arguments for version
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject lein-set-version "0.4.1-SNAPSHOT"
(defproject lein-set-version "0.4.1"
:description "A Leiningen plugin to update the project version."
:url "https://github.com/pallet/lein-set-version"
:scm {:url "git@github.com:pallet/lein-set-version.git"}
Expand Down

0 comments on commit cfe1e80

Please sign in to comment.