Skip to content

Commit 344ca3d

Browse files
committed
release 0.4.0
1 parent 1ae9e3f commit 344ca3d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Demo http://repo.respo-mvc.org/reel/
1313
[![Clojars Project](https://img.shields.io/clojars/v/respo/reel.svg)](https://clojars.org/respo/reel)
1414

1515
```edn
16-
[respo/reel "0.4.0-a1"]
16+
[respo/reel "0.4.0"]
1717
```
1818

1919
> "shortid" from npm is on dependency list, make sure it's installed.

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:paths ["src"]
33
:deps {
44
cirru/favored-edn {:mvn/version "0.1.1"}
5-
respo/value {:mvn/version "0.3.0-a1"}
5+
respo/value {:mvn/version "0.3.0"}
66
}
77
:aliases {
88
:release {

release.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{:version "0.4.0-a1"
1+
{:version "0.4.0"
22
:group-id "respo"
33
:artifact-id "reel"
44
:skip-tag true

shadow-cljs.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
:dependencies [
55
[mvc-works/hsl "0.1.2"]
66
[mvc-works/shell-page "0.1.10"]
7-
[respo "0.12.0-a1"]
7+
[respo "0.12.0"]
88
[respo/ui "0.3.14"]
9-
[respo/value "0.3.0-a1"]
9+
[respo/value "0.3.0"]
1010
[cumulo/util "0.1.10"]
1111
[cirru/favored-edn "0.1.3"]
1212
[org.clojure/core.incubator "0.1.4"]

0 commit comments

Comments
 (0)