Skip to content

Commit 2f3d29c

Browse files
committed
# 0.2.13-alpha (2022-09-29 / 255da0b)
## Added ## Fixed ## Changed
1 parent 255da0b commit 2f3d29c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.VERSION_PREFIX

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
0.2

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.1.11-alpha (2022-09-29 / 112a88c)
1+
# 0.2.13-alpha (2022-09-29 / 255da0b)
22

33
## Added
44

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.1.11-alpha"}
17+
com.lambdaisland/webbing {:mvn/version "0.2.13-alpha"}
1818
```
1919

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

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

0 commit comments

Comments
 (0)