Skip to content

Commit

Permalink
Version 0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Jun 5, 2019
1 parent f76a64b commit f18db4e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# WIP
# 0.18.4

- Added re-pattern and str/blank? str/includes? str/starts-with? str/ends-with? to built-ins (#306)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,7 +18,7 @@ The intention with DataScript is to be a basic building block in client-side app
## Latest version [![Build Status](https://travis-ci.org/tonsky/datascript.svg?branch=master)](https://travis-ci.org/tonsky/datascript)

```clj
[datascript "0.18.3"]
[datascript "0.18.4"]
```

## Support us
Expand Down Expand Up @@ -159,7 +159,7 @@ For more examples, see [our acceptance test suite](test/datascript/test/).
DataScript can be used from any JS engine without additional dependencies:

```html
<script src="https://github.com/tonsky/datascript/releases/download/0.18.3/datascript-0.18.3.min.js"></script>
<script src="https://github.com/tonsky/datascript/releases/download/0.18.4/datascript-0.18.4.min.js"></script>
```

or as a CommonJS module ([npm page](https://www.npmjs.org/package/datascript)):
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(def version "0.18.3")
(def version "0.18.4")

(defproject datascript (str version (System/getenv "DATASCRIPT_CLASSIFIER"))
:description "An implementation of Datomic in-memory database and Datalog query engine in ClojureScript"
Expand Down
2 changes: 1 addition & 1 deletion release-js/package.json
@@ -1,6 +1,6 @@
{
"name": "datascript",
"version": "0.18.3",
"version": "0.18.4",
"description": "Immutable in-memory triplestore with Datalog queries",
"homepage": "https://github.com/tonsky/datascript",
"author": "Nikita Prokopov (https://github.com/tonsky)",
Expand Down
2 changes: 1 addition & 1 deletion release-js/wrapper.prefix
@@ -1,5 +1,5 @@
/**
* Datascript v0.18.3
* Datascript v0.18.4
*
* Copyright 2014-2019 Nikita Prokopov
*
Expand Down

0 comments on commit f18db4e

Please sign in to comment.