From 6723b8637fececee233d0c9b33f4060a11991ce8 Mon Sep 17 00:00:00 2001 From: gered Date: Sat, 18 Jun 2016 10:06:15 -0400 Subject: [PATCH] version 0.1.1 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"