From 1b3ffc82984e016b13dfc5d3733edee2ec7e1ec9 Mon Sep 17 00:00:00 2001 From: Matthew Jaoudi Date: Sun, 12 Feb 2017 05:34:37 -0800 Subject: [PATCH] update README; --- CHANGES.md | 2 +- README.md | 8 +++++++- project.clj | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a1f1e13..782b398 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -## 0.2.0-SNAPSHOT +## 0.2.0 * targets semantic-ui-react version "0.64.0-0" diff --git a/README.md b/README.md index 3a0a4e3..5a4fad3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ and [semantic-ui-react](http://react.semantic-ui.com/introduction). Put the following in the `:dependencies` vector of your *project.clj* ```clojure -[soda-ash "0.2.0-SNAPSHOT"] +[soda-ash "0.2.0"] ``` Then require soda-ash in your namespace. @@ -67,6 +67,12 @@ However, in clojurescript with soda-ash, you'd write something like this: ``` +## Gotchas + +* Renamed List to ListSA to avoid confusion with clojure.core/list +* Renamed Comment to CommentSA to avoid confusion with clojure.core/comment + + ## Questions If you have questions, I can usually be found hanging out in the diff --git a/project.clj b/project.clj index d41d8b2..b4a2f73 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject soda-ash "0.2.0-SNAPSHOT" +(defproject soda-ash "0.2.0" :description "Soda-ash is an interface between clojurescript's reagent and Semantic UI React" :url "https://github.com/gadfly361/soda-ash"