Skip to content

Commit bcd6326

Browse files
committed
Version 0.18.1
1 parent fdc947c commit bcd6326

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(def version "0.18.0")
1+
(def version "0.18.1")
22

33
(defproject datascript (str version (System/getenv "DATASCRIPT_CLASSIFIER"))
44
:description "An implementation of Datomic in-memory database and Datalog query engine in ClojureScript"

release-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datascript",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"description": "Immutable in-memory triplestore with Datalog queries",
55
"homepage": "https://github.com/tonsky/datascript",
66
"author": "Nikita Prokopov (https://github.com/tonsky)",

release-js/wrapper.prefix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Datascript v0.18.0
2+
* Datascript v0.18.1
33
*
44
* Copyright 2014-2019 Nikita Prokopov
55
*

0 commit comments

Comments
 (0)