From e89dffda4a0eb24cd0facfc1cb6947e1b45dc91e Mon Sep 17 00:00:00 2001 From: Greg Look Date: Tue, 24 Jun 2014 09:49:30 -0700 Subject: [PATCH] Set release version 0.3.0 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d02bb5f..c42301f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ main motivation of this project), you can use the following in your `user` or ```clojure :plugins -[[mvxcvi/whidbey "0.2.2"]] +[[mvxcvi/whidbey "0.3.0"]] ; printing options are customizable: :puget-options diff --git a/project.clj b/project.clj index b0c4ca5..0fe88bf 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mvxcvi/whidbey "0.2.2" +(defproject mvxcvi/whidbey "0.3.0" :description "nREPL middleware to allow arbitrary value rendering." :url "https://github.com/greglook/whidbey" :license {:name "Public Domain"