Skip to content

Commit 2d9ddf4

Browse files
author
Daniel Neal
committed
Bump version
1 parent 8c505fd commit 2d9ddf4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Change Log
2+
## [2020.01.09]
3+
- Remove db.cljc from repo
4+
25
## [2019.10.04]
36
### Fixed
47
- Don't terminate loops early if there's a nil in a sequence

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There is no query engine, the aim instead is to make it possible to pick indexes
2424
## Current Version:
2525

2626
```clojure
27-
[riverford/compound "2019.10.04"]
27+
[riverford/compound "2020.01.09"]
2828
```
2929

3030
For previous versions - see [changelog](https://github.com/riverford/compound/blob/master/CHANGELOG.md).

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject riverford/compound "2019.10.04"
1+
(defproject riverford/compound "2020.01.09"
22
:description "A micro structure for reagent data"
33
:url "https://github.com/riverford/compound"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)