From 552d5ddace90bf73238a6f103e1eb0010fbb3b49 Mon Sep 17 00:00:00 2001 From: tami5 Date: Sun, 2 Jan 2022 07:43:30 +0300 Subject: [PATCH] chore(release): 0.1.0 --- README.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad3d6cc..afd2321 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A [Duct][] module that sets [reitit][] as the application router with ring as a To install, add the following to your project `:dependencies`: - [duct/module.reitit "0.0.1"] + [duct/module.reitit "0.1.0"] ## Usage diff --git a/project.clj b/project.clj index 818e918..d513a78 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject duct/module.reitit "0.1.0-SNAPSHOT" +(defproject duct/module.reitit "0.1.0" :description "Duct module and router for the reitit routing library" :url "https://github.com/tami5/clj-duct-reitit" :license {:name "Eclipse Public License"