Skip to content

Commit 655eff4

Browse files
committed
Release 0.8.1
1 parent eb1e724 commit 655eff4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ accidental upgrades. The version prior to this change was: `0.6.1`.
1717

1818
Add the following dependency to your deps.edn file:
1919

20-
org.duct-framework/module.sql {:mvn/version "0.8.0"}
20+
org.duct-framework/module.sql {:mvn/version "0.8.1"}
2121

2222
Or to your Leiningen project file:
2323

24-
[org.duct-framework/module.sql "0.8.0"]
24+
[org.duct-framework/module.sql "0.8.1"]
2525

2626
## Usage
2727

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.duct-framework/module.sql "0.8.0"
1+
(defproject org.duct-framework/module.sql "0.8.1"
22
:description "Duct module for working with a SQL database"
33
:url "https://github.com/duct-framework/module.sql"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)