Begin 0.3.3 release.
This commit is contained in:
parent
6cc0b7a0d5
commit
7784834fb3
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue