0.3.5.
This commit is contained in:
parent
9c2978c04e
commit
7cf67474a8
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "6.x.x"
|
"node": "6.x.x"
|
||||||
},
|
},
|
||||||
"version": "0.3.3",
|
"version": "0.3.5",
|
||||||
"description": "A persistent, embedded knowledge base inspired by Datomic and DataScript.",
|
"description": "A persistent, embedded knowledge base inspired by Datomic and DataScript.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"promise-sqlite": "1.5.0",
|
"promise-sqlite": "1.5.0",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject mozilla/datomish "0.3.3"
|
(defproject mozilla/datomish "0.3.5"
|
||||||
:description "A persistent, embedded knowledge base inspired by Datomic and DataScript."
|
:description "A persistent, embedded knowledge base inspired by Datomic and DataScript."
|
||||||
:url "https://github.com/mozilla/datomish"
|
:url "https://github.com/mozilla/datomish"
|
||||||
:license {:name "Apache License, Version 2.0"
|
:license {:name "Apache License, Version 2.0"
|
||||||
|
|
Loading…
Reference in a new issue