diff --git a/package.json b/package.json index 76cf451c..b8d506f8 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/project.clj b/project.clj index b5a76f9a..d3655644 100644 --- a/project.clj +++ b/project.clj @@ -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"