Skip to content

Commit

Permalink
release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Aug 24, 2020
1 parent b5ed106 commit a7ca7c3
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 40 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ws-edn",
"version": "0.1.0",
"version": "0.1.4",
"description": "Cumulo Workflow",
"main": "index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"http-server": "^0.12.3",
"shadow-cljs": "^2.10.21",
"shadow-cljs": "^2.11.0",
"source-map-support": "^0.5.19"
}
}
11 changes: 6 additions & 5 deletions release.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{:version "0.1.4-a1"
:group-id "mvc-works"
:artifact-id "ws-edn"
:skip-tag true
:description "WebSocket wrapper in ClojureScript"
{:version "0.1.4",
:group-id "mvc-works",
:artifact-id "ws-edn",
:skip-tag true,
:description "WebSocket wrapper in ClojureScript",
:scm-url "https://github.com/mvc-works/ws-edn"}

66 changes: 33 additions & 33 deletions yarn.lock

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

0 comments on commit a7ca7c3

Please sign in to comment.