From 911e1d07e00f5c408d68b2210f129242e7b57c02 Mon Sep 17 00:00:00 2001 From: greenyouse Date: Mon, 8 Feb 2016 20:49:23 -0600 Subject: [PATCH] Bump version to 0.2.2 --- project.clj | 3 +-- src/chenex/profiles.clj | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/project.clj b/project.clj index 3ffb3fa..4fffb3d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.greenyouse/chenex "0.2.2-SNAPSHOT" +(defproject com.greenyouse/chenex "0.2.2" :description "Another feature expression library for Clojure" :url "https://github.com/greenyouse/chenex" :license {:name "BSD 2-Clause" @@ -8,5 +8,4 @@ [org.clojure/clojurescript "1.7.228"] [com.greenyouse/plugin-helpers "0.1.6"] [rewrite-clj "0.4.12"]] - :eval-in-leiningen true) diff --git a/src/chenex/profiles.clj b/src/chenex/profiles.clj index d2ff388..f17a5d6 100644 --- a/src/chenex/profiles.clj +++ b/src/chenex/profiles.clj @@ -1,2 +1,2 @@ -{:default {:dependencies [[com.greenyouse/chenex "0.2.1"]] +{:default {:dependencies [[com.greenyouse/chenex "0.2.2"]] :plugins [[lein-auto "0.1.2"]]}}