From 9f331d4aee475a89586ffe3f8f4211d72f4796ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Pablo=20Fern=C3=A1ndez?= Date: Sun, 11 Oct 2015 12:59:52 +0100 Subject: [PATCH] Version 0.1.0 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 0d7e25d..9622d6a 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ ;;;; Copyright © 2015 Carousel Apps, Ltd. All rights reserved. -(defproject com.carouselapps/free-form "0.1.0-SNAPSHOT" +(defproject com.carouselapps/free-form "0.1.0" :description "Library for building forms with Reagent or Re-frame." :url "https://carouselapps.com/free-form" :license {:name "Eclipse Public License"