version 0.1.1
This commit is contained in:
parent
527fca4acb
commit
6723b8637f
|
@ -20,7 +20,7 @@ components from the following libraries:
|
||||||
## Leiningen
|
## Leiningen
|
||||||
|
|
||||||
```clojure
|
```clojure
|
||||||
[gered/webtools.reagent "0.1"]
|
[gered/webtools.reagent "0.1.1"]
|
||||||
```
|
```
|
||||||
|
|
||||||
## React/Bootstrap Library Components CSS
|
## React/Bootstrap Library Components CSS
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject gered/webtools.reagent "0.1"
|
(defproject gered/webtools.reagent "0.1.1"
|
||||||
:description "Various helper functions and other things specifically for use in ClojureScript/Reagent applications."
|
:description "Various helper functions and other things specifically for use in ClojureScript/Reagent applications."
|
||||||
:url "https://github.com/gered/webtools.reagent"
|
:url "https://github.com/gered/webtools.reagent"
|
||||||
:license {:name "MIT License"
|
:license {:name "MIT License"
|
||||||
|
|
Reference in a new issue