Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jxa committed Jul 7, 2013
1 parent 40851c0 commit 2416792
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
/lein-dieter-precompile/target/
/dieter-core/.lein-repl-history
/dieter-core/test/precompile-cache/
/dieter-core/pom.xml.asc
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ In addition it minifies javascript using the Google Closure compiler.

Add dieter as a dependency in leiningen

[dieter "0.4.0"]
[dieter "0.4.1"]

Insert it into your ring middleware stack

Expand Down
2 changes: 1 addition & 1 deletion dieter-core/project.clj
@@ -1,4 +1,4 @@
(defproject dieter "0.4.0"
(defproject dieter "0.4.1"
:description "Asset pipeline ring middleware"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
Expand Down

0 comments on commit 2416792

Please sign in to comment.