Skip to content

Commit 8416a01

Browse files
committed
README version bump
1 parent bcd6326 commit 8416a01

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The intention with DataScript is to be a basic building block in client-side app
1818
## Latest version [![Build Status](https://travis-ci.org/tonsky/datascript.svg?branch=master)](https://travis-ci.org/tonsky/datascript)
1919

2020
```clj
21-
[datascript "0.17.1"]
21+
[datascript "0.18.1"]
2222
```
2323

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

161161
```html
162-
<script src="https://github.com/tonsky/datascript/releases/download/0.17.1/datascript-0.17.1.min.js"></script>
162+
<script src="https://github.com/tonsky/datascript/releases/download/0.18.1/datascript-0.18.1.min.js"></script>
163163
```
164164

165165
or as a CommonJS module ([npm page](https://www.npmjs.org/package/datascript)):

release.clj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ exec java -cp "$HOME/.m2/repository/org/clojure/clojure/1.8.0/clojure-1.8.0.jar"
119119
(github-release)
120120
(binding [*env* {"DATASCRIPT_CLASSIFIER" "-aot1.9"}]
121121
(sh "lein" "with-profile" "+aot,+1.9" "deploy" "clojars"))
122-
(sh "lein" "deploy" "clojars"))
122+
(sh "lein" "deploy" "clojars")
123+
(System/exit 0))
123124

124125
(-main)

0 commit comments

Comments
 (0)