We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc947c commit bcd6326Copy full SHA for bcd6326
3 files changed
project.clj
@@ -1,4 +1,4 @@
1
-(def version "0.18.0")
+(def version "0.18.1")
2
3
(defproject datascript (str version (System/getenv "DATASCRIPT_CLASSIFIER"))
4
:description "An implementation of Datomic in-memory database and Datalog query engine in ClojureScript"
release-js/package.json
@@ -1,6 +1,6 @@
{
"name": "datascript",
- "version": "0.18.0",
+ "version": "0.18.1",
"description": "Immutable in-memory triplestore with Datalog queries",
5
"homepage": "https://github.com/tonsky/datascript",
6
"author": "Nikita Prokopov (https://github.com/tonsky)",
release-js/wrapper.prefix
@@ -1,5 +1,5 @@
/**
- * Datascript v0.18.0
+ * Datascript v0.18.1
*
* Copyright 2014-2019 Nikita Prokopov
0 commit comments