Skip to content

Commit

Permalink
# 0.5.24-alpha (2023-10-03 / 8082b04)
Browse files Browse the repository at this point in the history
## Changed

- Upgrade dependencies
  • Loading branch information
plexus committed Oct 3, 2023
1 parent 8082b04 commit 4659fbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
@@ -1 +1 @@
0.4
0.5
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,4 +1,4 @@
# Unreleased
# 0.5.24-alpha (2023-10-03 / 8082b04)

## Changed

Expand All @@ -24,4 +24,4 @@

## Fixed

## Changed
## Changed
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,13 +14,13 @@
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))

```
com.lambdaisland/webbing {:mvn/version "0.4.20-alpha"}
com.lambdaisland/webbing {:mvn/version "0.5.24-alpha"}
```

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

```
[com.lambdaisland/webbing "0.4.20-alpha"]
[com.lambdaisland/webbing "0.5.24-alpha"]
```
<!-- /installation -->

Expand Down

0 comments on commit 4659fbd

Please sign in to comment.