ownership bugfix and vbump

This commit is contained in:
2020-01-27 09:05:11 +01:00
parent 2386599913
commit 262aacc0a9
4 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@
<p>is a simple high-level wrapper around SQLite3. It doesnt intend
to wrap everything, but it tries to be useful.</p>
<h2>Installation</h2>
<pre><code class="language-clojure">(load &quot;https://veitheller.de/git/carpentry/sqlite3@0.0.2&quot;)
<pre><code class="language-clojure">(load &quot;https://veitheller.de/git/carpentry/sqlite3@0.0.3&quot;)
</code></pre>
<h2>Usage</h2>
<p>The module <code>SQLite3</code> provides facilities for opening, closing, and querying