From 02b0de89ac25c26abd53bf721d6475154f42d6c1 Mon Sep 17 00:00:00 2001 From: James Reeves Date: Thu, 28 Nov 2024 21:52:20 +0000 Subject: [PATCH] Release 0.7.1 --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a242821..2cda28c 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ accidental upgrades. The version prior to this change was: `0.6.1`. Add the following dependency to your deps.edn file: - org.duct-framework/module.sql {:mvn/version "0.7.0"} + org.duct-framework/module.sql {:mvn/version "0.7.1"} Or to your Leiningen project file: - [org.duct-framework/module.sql "0.7.0"] + [org.duct-framework/module.sql "0.7.1"] ## Usage diff --git a/project.clj b/project.clj index b18f3fa..69b485f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.duct-framework/module.sql "0.7.0" +(defproject org.duct-framework/module.sql "0.7.1" :description "Duct module for working with a SQL database" :url "https://github.com/duct-framework/module.sql" :license {:name "Eclipse Public License"