Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Oct 7, 2015
1 parent 71d5a97 commit 8cf896d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
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.4.2"]` to dependencies
1. Add `[rum "0.5.0"]` to dependencies
2. `(require '[rum.core :as rum])`.

Simplest example defines component, instantiates it and mounts it on a page:
Expand All @@ -61,7 +61,9 @@ For more examples, see [examples/examples.cljs](examples/examples.cljs). Live ve

## Who’s using Rum?

- [Cognician](https://cognician.com/), coaching platform
- [PartsBox.io](https://partsbox.io/), inventory management
- [UXBox](http://uxbox.github.io/)

## Rum API

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject rum "0.4.2"
(defproject rum "0.5.0"
:description "ClojureScript wrapper for React"
:license { :name "Eclipse"
:url "http://www.eclipse.org/legal/epl-v10.html" }
Expand Down

0 comments on commit 8cf896d

Please sign in to comment.