From 7784834fb318db8c8fc41af00ed748d21f05c6a9 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Wed, 23 Nov 2016 17:05:54 -0800 Subject: [PATCH] Begin 0.3.3 release. --- package.json | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9b218355..76cf451c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "engines": { "node": "6.x.x" }, - "version": "0.3.2", + "version": "0.3.3", "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 19ea8413..ba598d0c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mozilla/datomish "0.3.2" +(defproject mozilla/datomish "0.3.3-SNAPSHOT" :description "A persistent, embedded knowledge base inspired by Datomic and DataScript." :url "https://github.com/mozilla/datomish" :license {:name "Apache License, Version 2.0"