Upgrade SQLite, bump version to 0.2.0-SNAPSHOT.
This commit is contained in:
parent
f68e4b7fdd
commit
b20e769abf
2 changed files with 4 additions and 4 deletions
|
@ -4,12 +4,12 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "6.x.x"
|
"node": "6.x.x"
|
||||||
},
|
},
|
||||||
"version": "0.1.0-SNAPSHOT",
|
"version": "0.2.0-SNAPSHOT",
|
||||||
"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.3.0",
|
"promise-sqlite": "1.4.0",
|
||||||
"source-map-support": "ncalexan/node-source-map-support#fileUrls-plus",
|
"source-map-support": "ncalexan/node-source-map-support#fileUrls-plus",
|
||||||
"sqlite3": "3.1.4",
|
"sqlite3": "3.1.7",
|
||||||
"thenify-all": "^1.6.0",
|
"thenify-all": "^1.6.0",
|
||||||
"ws": "1.1.1"
|
"ws": "1.1.1"
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject datomish "0.1.2-SNAPSHOT"
|
(defproject datomish "0.2.0-SNAPSHOT"
|
||||||
: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 "Mozilla Public License Version 2.0"
|
:license {:name "Mozilla Public License Version 2.0"
|
||||||
|
|
Loading…
Reference in a new issue