Skip to content

Commit 4659fbd

Browse files
committed
# 0.5.24-alpha (2023-10-03 / 8082b04)
## Changed - Upgrade dependencies
1 parent 8082b04 commit 4659fbd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.VERSION_PREFIX

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4
1+
0.5

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.5.24-alpha (2023-10-03 / 8082b04)
22

33
## Changed
44

@@ -24,4 +24,4 @@
2424

2525
## Fixed
2626

27-
## Changed
27+
## Changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
1515

1616
```
17-
com.lambdaisland/webbing {:mvn/version "0.4.20-alpha"}
17+
com.lambdaisland/webbing {:mvn/version "0.5.24-alpha"}
1818
```
1919

2020
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
2121

2222
```
23-
[com.lambdaisland/webbing "0.4.20-alpha"]
23+
[com.lambdaisland/webbing "0.5.24-alpha"]
2424
```
2525
<!-- /installation -->
2626

0 commit comments

Comments
 (0)