From 6f006f247df9b593ad09f65bfaacbdcfa0950a43 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Mon, 21 Nov 2016 18:33:06 -0800 Subject: [PATCH] Bump to 0.3.1 to bump a dependency. --- package.json | 4 ++-- project.clj | 2 +- src/node/datomish/cljify.cljs | 10 ++++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ed7a2bdb..2459da28 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "engines": { "node": "6.x.x" }, - "version": "0.3.0", + "version": "0.3.1", "description": "A persistent, embedded knowledge base inspired by Datomic and DataScript.", "dependencies": { "promise-sqlite": "1.5.0", "source-map-support": "ncalexan/node-source-map-support#fileUrls-plus", - "sqlite3": "3.1.7", + "sqlite3": "3.1.8", "thenify-all": "^1.6.0", "ws": "1.1.1" }, diff --git a/project.clj b/project.clj index c514c554..b0ac763e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mozilla/datomish "0.3.0" +(defproject mozilla/datomish "0.3.1" :description "A persistent, embedded knowledge base inspired by Datomic and DataScript." :url "https://github.com/mozilla/datomish" :license {:name "Apache License, Version 2.0" diff --git a/src/node/datomish/cljify.cljs b/src/node/datomish/cljify.cljs index 3feaa3b1..e179e1e9 100644 --- a/src/node/datomish/cljify.cljs +++ b/src/node/datomish/cljify.cljs @@ -1,3 +1,13 @@ +;; Copyright 2016 Mozilla +;; +;; Licensed under the Apache License, Version 2.0 (the "License"); you may not use +;; this file except in compliance with the License. You may obtain a copy of the +;; License at http://www.apache.org/licenses/LICENSE-2.0 +;; Unless required by applicable law or agreed to in writing, software distributed +;; under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR +;; CONDITIONS OF ANY KIND, either express or implied. See the License for the +;; specific language governing permissions and limitations under the License. + (ns datomish.cljify) (defn cljify