diff --git a/README.md b/README.md index 9d6a732..ab2a897 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.1"} + org.duct-framework/module.sql {:mvn/version "0.8.0"} Or to your Leiningen project file: - [org.duct-framework/module.sql "0.7.1"] + [org.duct-framework/module.sql "0.8.0"] ## Usage diff --git a/project.clj b/project.clj index 70792f3..ab20280 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.duct-framework/module.sql "0.7.1" +(defproject org.duct-framework/module.sql "0.8.0" :description "Duct module for working with a SQL database" :url "https://github.com/duct-framework/module.sql" :license {:name "Eclipse Public License"