Skip to content

Commit

Permalink
upgrade parser and bump 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Dec 27, 2019
1 parent 960ecf0 commit ff407a9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Demo http://repo.cirru.org/cirru-edn/
[![Respo](https://img.shields.io/clojars/v/cirru/edn.svg)](https://clojars.org/cirru/edn)

```edn
[cirru/edn "0.0.4"]
[cirru/edn "0.0.5"]
```

```clojure
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
:deps {
cirru/writer {:mvn/version "0.1.6"}
cirru/parser {:mvn/version "0.2.2"}
cirru/parser {:mvn/version "0.2.3"}
}
}
2 changes: 1 addition & 1 deletion meyvn.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{:pom {:group-id "cirru",
:artifact-id "edn",
:version "0.0.4",
:version "0.0.5",
:name "Cirru EDN data parser/format"}
:packaging {:jar {:enabled true
:remote-repository {:id "clojars"
Expand Down
2 changes: 1 addition & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[respo/feather "0.1.1"]
[respo/reel "0.3.5"]
[cirru/writer "0.1.6"]
[cirru/parser "0.2.2"]
[cirru/parser "0.2.3"]
[cirru/favored-edn "0.1.2"]
[cumulo/util "0.1.10"]
[medley "1.2.0"]
Expand Down

0 comments on commit ff407a9

Please sign in to comment.