Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 8cf896d

Browse files
committed
Version 0.5.0
1 parent 71d5a97 commit 8cf896d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Rum provides basic tools that every React app eventually need:
3535

3636
## 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>
3737

38-
1. Add `[rum "0.4.2"]` to dependencies
38+
1. Add `[rum "0.5.0"]` to dependencies
3939
2. `(require '[rum.core :as rum])`.
4040

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

6262
## Who’s using Rum?
6363

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

6668
## Rum API
6769

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject rum "0.4.2"
1+
(defproject rum "0.5.0"
22
:description "ClojureScript wrapper for React"
33
:license { :name "Eclipse"
44
:url "http://www.eclipse.org/legal/epl-v10.html" }

0 commit comments

Comments
 (0)