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 @@