version 0.1.1

This commit is contained in:
Gered 2016-06-18 10:06:15 -04:00
parent 527fca4acb
commit 6723b8637f
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ components from the following libraries:
## Leiningen
```clojure
[gered/webtools.reagent "0.1"]
[gered/webtools.reagent "0.1.1"]
```
## React/Bootstrap Library Components CSS

View file

@ -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."
:url "https://github.com/gered/webtools.reagent"
:license {:name "MIT License"