Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Mar 8, 2014
1 parent 97c2c84 commit 4febf04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand All @@ -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
```

Expand Down Expand Up @@ -95,4 +95,4 @@ Copyright © 2012-2014 Peter Taoussanis. Distributed under the [Eclipse Publ
[commit history]: <https://github.com/ptaoussanis/touchstone/commits/master>
[Cider]: <https://github.com/clojure-emacs/cider>
[taoensso.com]: <https://www.taoensso.com>
[Eclipse Public License]: <https://raw2.github.com/ptaoussanis/touchstone/master/LICENSE>
[Eclipse Public License]: <https://raw2.github.com/ptaoussanis/touchstone/master/LICENSE>
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.taoensso/touchstone "2.0.1"
(defproject com.taoensso/touchstone "2.0.2"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure A/B testing library"
:url "https://github.com/ptaoussanis/touchstone"
Expand Down

0 comments on commit 4febf04

Please sign in to comment.