Skip to content

Commit 2d860e3

Browse files
committed
release 0.3.0
1 parent f785f91 commit 2d860e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

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

1313
```clojure
14-
[respo/value "0.3.0-a1"]
14+
[respo/value "0.3.0"]
1515
```
1616

1717
```clojure

release.edn

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

shadow-cljs.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[cumulo/util "0.1.10"]
66
[mvc-works/hsl "0.1.2"]
77
[mvc-works/shell-page "0.1.10"]
8-
[respo "0.12.0-a1"]
8+
[respo "0.12.0"]
99
[org.clojure/core.incubator "0.1.4"]
1010
]
1111
:open-file-command [

0 commit comments

Comments
 (0)