From 53298946b39141dcb2da6b70a6dd3a1a7e5e4e75 Mon Sep 17 00:00:00 2001 From: Lucio D'Alessandro Date: Sun, 5 Jan 2020 12:11:43 +0000 Subject: [PATCH] Bump version --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b97d6b0..e504fcf 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ As at this state you must be dying of curiosity, I will dive right into the code #### In Deps ```clojure -fork {:mvn/version "1.2.0"} +fork {:mvn/version "1.2.1"} ``` or diff --git a/project.clj b/project.clj index 171c49f..b717c5a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject fork "1.2.0" +(defproject fork "1.2.1" :description "Reagent & Re-Frame form library" :url "https://github.com/luciodale/fork" :license {:name "MIT"}