Skip to content

Commit

Permalink
Release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed May 20, 2015
1 parent 1009b89 commit f473195
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ application state yourself.

Add the following to your project `:dependencies`:

[brutha "0.1.3"]
[brutha "0.1.4"]

## Usage

Expand Down
2 changes: 1 addition & 1 deletion example/project.clj
Expand Up @@ -5,7 +5,7 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.7.0-beta3"]
[org.clojure/clojurescript "0.0-3269"]
[brutha "0.1.3"]
[brutha "0.1.4"]
[flupot "0.1.1"]]
:plugins [[lein-cljsbuild "1.0.5"]]
:cljsbuild
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject brutha "0.1.3"
(defproject brutha "0.1.4"
:description "Simple ClojureScript interface to React"
:url "https://github.com/weavejester/brutha"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit f473195

Please sign in to comment.