diff --git a/README.md b/README.md index e7b96c1..0db1f61 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/project.clj b/project.clj index 71b4d7a..8a85d19 100644 --- a/project.clj +++ b/project.clj @@ -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"