Skip to content

Commit

Permalink
Version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Apr 26, 2016
1 parent f5873ca commit d5e3830
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ Rum provides basic tools that every React app eventually need:

## Using Rum <a href="https://gitter.im/tonsky/rum?utm_source=badge&amp;utm_medium=badge&amp;utm_campaign=pr-badge&amp;utm_content=badge"><img src="https://camo.githubusercontent.com/da2edb525cde1455a622c58c0effc3a90b9a181c/68747470733a2f2f6261646765732e6769747465722e696d2f4a6f696e253230436861742e737667" alt="Gitter" data-canonical-src="https://badges.gitter.im/Join%20Chat.svg" style="max-width:100%;"></a>

1. Add `[rum "0.8.2"]` to dependencies
1. Add `[rum "0.8.3"]` to dependencies
2. `(require '[rum.core :as rum])`.

Simplest example defines component, instantiates it and mounts it on a page:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject rum "0.8.3-SNAPSHOT"
(defproject rum "0.8.3"
:description "ClojureScript wrapper for React"
:license { :name "Eclipse"
:url "http://www.eclipse.org/legal/epl-v10.html" }
Expand Down
20 changes: 10 additions & 10 deletions target/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d5e3830

Please sign in to comment.