From 65f95f77a6b6d3f52f6fa8af3fe008b046d0e48b Mon Sep 17 00:00:00 2001 From: Ryan Neufeld Date: Mon, 28 Oct 2013 09:58:30 -0400 Subject: [PATCH] Release 0.4.1 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 290e9fa..d96f7b2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Special thanks to contributors [@xsc](https://github.com/xsc) and [@seancorfield Put the following into the `:plugins` vector of the `:user` profile in your `~/.lein/profiles.clj`: ```clojure -[lein-try "0.4.0"] +[lein-try "0.4.1"] ``` This plugin requires Leiningen >= 2.1.3. diff --git a/project.clj b/project.clj index 4bd1d6c..41d9c09 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lein-try "0.4.1-SNAPSHOT" +(defproject lein-try "0.4.1" :description "Try out libraries without adding them as dependencies" :url "https://github.com/rkneufeld/lein-try" :license {:name "Eclipse Public License"