From 129a41c3d5e489e33ec07e93a576ea8982bb3f16 Mon Sep 17 00:00:00 2001 From: James Reeves Date: Thu, 31 Oct 2024 14:16:26 +0000 Subject: [PATCH] Release 0.1.0 --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92cfc7b..b6cfc67 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ compatible with [Integrant][]. Add the following dependency to your deps.edn file: - org.duct-framework/router.reitit {:mvn/version "0.1.0-SNAPSHOT"} + org.duct-framework/router.reitit {:mvn/version "0.1.0"} Or to your Leiningen project file: - [org.duct-framework/router.reitit "0.1.0-SNAPSHOT"] + [org.duct-framework/router.reitit "0.1.0"] ## Usage diff --git a/project.clj b/project.clj index b36e65f..2f7c7f0 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.duct-framework/router.reitit "0.1.0-SNAPSHOT" +(defproject org.duct-framework/router.reitit "0.1.0" :description "Integrant methods for the Reitit routing library" :url "https://github.com/duct-framework/router.reitit" :license {:name "Eclipse Public License"