Release 0.3.0.
This commit is contained in:
parent
eeb1bd329f
commit
1a05a4beb5
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
|||
"engines": {
|
||||
"node": "6.x.x"
|
||||
},
|
||||
"version": "0.2.0-SNAPSHOT",
|
||||
"version": "0.3.0",
|
||||
"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.2.0"
|
||||
(defproject mozilla/datomish "0.3.0"
|
||||
:description "A persistent, embedded knowledge base inspired by Datomic and DataScript."
|
||||
:url "https://github.com/mozilla/datomish"
|
||||
:license {:name "Apache License, Version 2.0"
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* specific language governing permissions and limitations under the License.
|
||||
*/
|
||||
|
||||
// Datomish 0.2.0
|
||||
// Datomish 0.3.0
|
||||
|
||||
(function (definition) {
|
||||
// This file will function properly as a <script> tag, or a module
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
* specific language governing permissions and limitations under the License.
|
||||
*/
|
||||
|
||||
// Datomish 0.2.0
|
||||
// Datomish 0.3.0
|
||||
|
||||
(function (definition) {
|
||||
// This file will function properly as a <script> tag, or a module
|
||||
|
|
Loading…
Reference in a new issue