Release 1.0.1!

This commit is contained in:
Phil Hagelberg 2009-12-10 22:52:01 -08:00
parent 3ab3935dd3
commit fb13db7d38
3 changed files with 7 additions and 3 deletions

6
NEWS
View file

@ -1,6 +1,10 @@
Leiningen NEWS -- history of user-visible changes
= 1.0.1 / ???
= 1.0.1 / 2009-12-10
* Added bash completion.
* Honor $JAVA_OPTS.
* Fix new task.

View file

@ -1,6 +1,6 @@
#!/bin/bash
VERSION="1.0.1-SNAPSHOT"
VERSION="1.0.1"
CLASSPATH="$(find -H lib/ -mindepth 2> /dev/null 1 -maxdepth 1 -print0 | tr \\0 \:)"
LEIN_JAR="$HOME/.m2/repository/leiningen/leiningen/$VERSION/leiningen-$VERSION-standalone.jar"

View file

@ -2,7 +2,7 @@
;; defproject form. It can have other code in it as well, including
;; loading other task definitions.
(defproject leiningen "1.0.1-SNAPSHOT"
(defproject leiningen "1.0.1"
:description "A build tool designed not to set your hair on fire."
:url "http://github.com/technomancy/leiningen"
:dependencies [[org.clojure/clojure "1.1.0-master-SNAPSHOT"]