Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Nov 10, 2024
1 parent e73bdc4 commit 947a8b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.1"}
org.duct-framework/module.sql {:mvn/version "0.7.0"}

Or to your Leiningen project file:

[org.duct-framework/module.sql "0.6.1"]
[org.duct-framework/module.sql "0.7.0"]

## Usage

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject org.duct-framework/module.sql "0.6.1"
(defproject org.duct-framework/module.sql "0.7.0"
:description "Duct module for working with a SQL database"
:url "https://github.com/duct-framework/module.sql"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 947a8b4

Please sign in to comment.