Upgrade SQLite, bump version to 0.2.0-SNAPSHOT.

This commit is contained in:
Richard Newman 2016-10-24 14:08:31 -07:00
parent f68e4b7fdd
commit b20e769abf
2 changed files with 4 additions and 4 deletions

View file

@ -4,12 +4,12 @@
"engines": {
"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.",
"dependencies": {
"promise-sqlite": "1.3.0",
"promise-sqlite": "1.4.0",
"source-map-support": "ncalexan/node-source-map-support#fileUrls-plus",
"sqlite3": "3.1.4",
"sqlite3": "3.1.7",
"thenify-all": "^1.6.0",
"ws": "1.1.1"
},

View file

@ -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."
:url "https://github.com/mozilla/datomish"
:license {:name "Mozilla Public License Version 2.0"