Skip to content

Commit

Permalink
Version 0.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
huahaiy committed Jul 16, 2020
1 parent 8377342 commit ae9151a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ If you are interested in using the dialect of Datalog pioneered by Datomic®, he

* If you need a simple durable store with a battle tested backend, give [Datalevin](https://github.com/juji-io/datalevin) a try.

Version: 0.1.12
Version: 0.1.13

## License

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def version "0.1.12")
(def version "0.1.13")

(defproject datalevin version
:description "A port of Datascript to LMDB"
Expand Down
2 changes: 1 addition & 1 deletion src/datalevin/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@
To access underlying DB, deref: `@conn`."
([] (conn-from-db (empty-db)))
([schema] (conn-from-db (empty-db schema)))
([schema dir] (conn-from-db (empty-db schema))))
([schema dir] (conn-from-db (empty-db schema dir))))


(defn ^:no-doc -transact! [conn tx-data tx-meta]
Expand Down

0 comments on commit ae9151a

Please sign in to comment.