We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1e724 commit 655eff4Copy full SHA for 655eff4
2 files changed
README.md
@@ -17,11 +17,11 @@ accidental upgrades. The version prior to this change was: `0.6.1`.
17
18
Add the following dependency to your deps.edn file:
19
20
- org.duct-framework/module.sql {:mvn/version "0.8.0"}
+ org.duct-framework/module.sql {:mvn/version "0.8.1"}
21
22
Or to your Leiningen project file:
23
24
- [org.duct-framework/module.sql "0.8.0"]
+ [org.duct-framework/module.sql "0.8.1"]
25
26
## Usage
27
project.clj
@@ -1,4 +1,4 @@
1
-(defproject org.duct-framework/module.sql "0.8.0"
+(defproject org.duct-framework/module.sql "0.8.1"
2
:description "Duct module for working with a SQL database"
3
:url "https://github.com/duct-framework/module.sql"
4
:license {:name "Eclipse Public License"
0 commit comments