From 1b87e7fec113bd55b534d74b3dfed3ce54d0592d Mon Sep 17 00:00:00 2001 From: hellerve Date: Tue, 19 Jan 2021 12:16:34 +0100 Subject: [PATCH] fix for new version of carp --- README.md | 4 ++-- docs/SQLite3.html | 18 +++++++----------- sqlite3.carp | 30 +++++++++++++++--------------- 3 files changed, 24 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 17e6a1c..17af1b1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ everything, but it tries to be useful. ## Installation ```clojure -(load "https://veitheller.de/git/carpentry/sqlite3@0.0.4") +(load "https://veitheller.de/git/carpentry/sqlite3@0.0.5") ``` ## Usage @@ -15,7 +15,7 @@ The module `SQLite3` provides facilities for opening, closing, and querying databases. ```clojure -(load "https://veitheller.de/git/carpentry/sqlite3@0.0.4") +(load "https://veitheller.de/git/carpentry/sqlite3@0.0.5") ; opening DBs can fail, for the purposes of this example we ; ignore that diff --git a/docs/SQLite3.html b/docs/SQLite3.html index 43d61f3..44fed8e 100644 --- a/docs/SQLite3.html +++ b/docs/SQLite3.html @@ -9,8 +9,8 @@