Begin 0.3.3 release.

This commit is contained in:
Richard Newman 2016-11-23 17:05:54 -08:00
parent 6cc0b7a0d5
commit 7784834fb3
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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"