Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greenyouse committed Feb 9, 2016
1 parent 80cb166 commit 911e1d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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)
2 changes: 1 addition & 1 deletion src/chenex/profiles.clj
Original file line number Diff line number Diff line change
@@ -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"]]}}

0 comments on commit 911e1d0

Please sign in to comment.