Skip to content

Commit

Permalink
Release 0.1.1 with fix for #2 (multi-arg swap!).
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Nov 30, 2014
1 parent 45823b2 commit d4c09cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Optional cursors library for Reagent.
Usage
-----

Add `[reagent/reagent-cursor "0.1.0"]` to `:dependencies` in `project.clj`.
Add `[reagent/reagent-cursor "0.1.1"]` to `:dependencies` in `project.clj`.

In your Reagent application, `(:require [reagent.cursor :as rc])` and then construct cursors from Reagent atoms like this `(rc/cursor [:path :to :data] ratom)`.

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(defproject reagent/reagent-cursor "0.1.0"
(defproject reagent/reagent-cursor "0.1.1"
:description "Provide Om-inspired cursors for Reagent"
:url "http://github.com/reagent-project/reagent-cursor"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0-alpha3"]
:dependencies [[org.clojure/clojure "1.7.0-alpha4"]
[org.clojure/clojurescript "0.0-2356"]
[reagent "0.4.3"]]
:plugins [[lein-cljsbuild "1.0.3"]
Expand Down

0 comments on commit d4c09cf

Please sign in to comment.