File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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)" ,
Original file line number Diff line number Diff line change 11/**
2- * Datascript v0.18.0
2+ * Datascript v0.18.1
33 *
44 * Copyright 2014-2019 Nikita Prokopov
55 *
You can’t perform that action at this time.
0 commit comments