From 7cf67474a8a774b37fd734a961f47a92a7ca38c6 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Mon, 28 Nov 2016 18:27:33 -0800 Subject: [PATCH] 0.3.5. --- package.json | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"