This commit is contained in:
Richard Newman 2016-11-28 18:27:33 -08:00
parent 9c2978c04e
commit 7cf67474a8
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"engines": {
"node": "6.x.x"
},
"version": "0.3.3",
"version": "0.3.5",
"description": "A persistent, embedded knowledge base inspired by Datomic and DataScript.",
"dependencies": {
"promise-sqlite": "1.5.0",

View file

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