Skip to content

Commit

Permalink
upgrade deps; release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jan 27, 2020
1 parent b92bc3b commit 8c76662
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 49 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.6"]
[cirru/edn "0.0.7"]
```

```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.5-a2"}
cirru/parser {:mvn/version "0.2.5"}
}
}
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.7-a1",
:version "0.0.7",
:name "Cirru EDN data parser/format"}
:packaging {:jar {:enabled true
:remote-repository {:id "clojars"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"devDependencies": {
"@cirru/parser.nim": "^0.0.5",
"http-server": "^0.12.0",
"http-server": "^0.12.1",
"shadow-cljs": "^2.8.83"
},
"dependencies": {
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.5-a2"]
[cirru/parser "0.2.5"]
[cirru/favored-edn "0.1.2"]
[cumulo/util "0.1.10"]
[medley "1.2.0"]
Expand Down
88 changes: 44 additions & 44 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c76662

Please sign in to comment.