From 4febf048ee3be03ee4188ca3be12fc34e3a2d2eb Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sat, 8 Mar 2014 16:53:54 +0700 Subject: [PATCH] v2.0.2 --- CHANGELOG.md | 6 +++--- README.md | 6 +++--- project.clj | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7d1d8a..5c8b015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -## Pending / unreleased +## v2.0.2 / 2014 Mar 8 -### Changes +> This is a minor, housekeeping update. Bumps some dependencies, etc. - * Moved most utils to external `encore` dependency. + * CHANGE: Moved most utils to external `encore` dependency. ## v2.0.1 / 2013 Nov 25 diff --git a/README.md b/README.md index f90dbdc..1ac588c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ **[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contributing](#contact--contributing) | current ([semantic][]) version: ```clojure -[com.taoensso/touchstone "2.0.1"] ; Stable +[com.taoensso/touchstone "2.0.2"] ; Stable ``` # Touchstone, a Clojure A/B testing library @@ -26,7 +26,7 @@ Touchstone is an attempt to bring **dead-simple, high-power split-testing** to a Add the necessary dependency to your [Leiningen][] `project.clj` and `require` the library in your ns: ```clojure -[com.taoensso/touchstone "2.0.1"] ; project.clj +[com.taoensso/touchstone "2.0.2"] ; project.clj (ns my-app (:require [taoensso.touchstone :as touchstone :refer (*ts-id*)])) ; ns ``` @@ -95,4 +95,4 @@ Copyright © 2012-2014 Peter Taoussanis. Distributed under the [Eclipse Publ [commit history]: [Cider]: [taoensso.com]: -[Eclipse Public License]: \ No newline at end of file +[Eclipse Public License]: diff --git a/project.clj b/project.clj index cabc5d0..b079253 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/touchstone "2.0.1" +(defproject com.taoensso/touchstone "2.0.2" :author "Peter Taoussanis " :description "Clojure A/B testing library" :url "https://github.com/ptaoussanis/touchstone"