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"