Bump to 0.3.1 to bump a dependency.
This commit is contained in:
parent
1a05a4beb5
commit
6f006f247d
3 changed files with 13 additions and 3 deletions
|
@ -4,12 +4,12 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "6.x.x"
|
"node": "6.x.x"
|
||||||
},
|
},
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"description": "A persistent, embedded knowledge base inspired by Datomic and DataScript.",
|
"description": "A persistent, embedded knowledge base inspired by Datomic and DataScript.",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"promise-sqlite": "1.5.0",
|
"promise-sqlite": "1.5.0",
|
||||||
"source-map-support": "ncalexan/node-source-map-support#fileUrls-plus",
|
"source-map-support": "ncalexan/node-source-map-support#fileUrls-plus",
|
||||||
"sqlite3": "3.1.7",
|
"sqlite3": "3.1.8",
|
||||||
"thenify-all": "^1.6.0",
|
"thenify-all": "^1.6.0",
|
||||||
"ws": "1.1.1"
|
"ws": "1.1.1"
|
||||||
},
|
},
|
||||||
|
|
|
@ -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."
|
:description "A persistent, embedded knowledge base inspired by Datomic and DataScript."
|
||||||
:url "https://github.com/mozilla/datomish"
|
:url "https://github.com/mozilla/datomish"
|
||||||
:license {:name "Apache License, Version 2.0"
|
:license {:name "Apache License, Version 2.0"
|
||||||
|
|
|
@ -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)
|
(ns datomish.cljify)
|
||||||
|
|
||||||
(defn cljify
|
(defn cljify
|
||||||
|
|
Loading…
Reference in a new issue