Skip to content

Commit

Permalink
Set release version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Sierra committed Mar 1, 2017
1 parent ca6f1b0 commit 70466f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This template requires [Leiningen] 2.

I publish releases to [Clojars].

Current release is 0.3.1
Current release is 0.4.0

No installation is necessary; Leiningen should automatically discover
and download the template.
Expand Down Expand Up @@ -68,6 +68,9 @@ how I use these files to develop an application.

## Change Log

* Version 0.4.0 released on 2017-03-01
* Add test directory to created project
* Add CHANGELOG to created project
* Version 0.3.1 released on 2017-02-27
* Fix: `dev` requires `clojure.tools.logging` but it is not a dependency
* (BROKEN) Version 0.3.0 released on 2017-02-27
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 reloaded/lein-template "0.3.1"
(defproject reloaded/lein-template "0.4.0"
:description "A Leiningen 2 template to generate project skeletons using
tools.namespace and a :dev profile with a dev.clj file."
:url "https://github.com/stuartsierra/reloaded"
Expand Down

0 comments on commit 70466f8

Please sign in to comment.