Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

Commit c52c448

Browse files
committed
Bump versions in ASD
1.1.0 still thought it was 1.0.0, sigh.
1 parent cfecfb1 commit c52c448

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

org.tfeb.dsm.asd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
(defsystem "org.tfeb.dsm"
77
:description "Destructuring match"
8-
:version "1.0.0"
8+
:version "1.2.0"
99
:author "Tim Bradshaw"
1010
:license "MIT"
1111
:homepage "https://github.com/tfeb/dsm"
@@ -26,7 +26,7 @@
2626

2727
(defsystem "org.tfeb.dsm/test"
2828
:description "Destructuring match tests"
29-
:version "1.0.0"
29+
:version "1.2.0"
3030
:author "Tim Bradshaw"
3131
:license "MIT"
3232
:homepage "https://github.com/tfeb/dsm"
@@ -44,7 +44,7 @@
4444

4545
(defsystem "org.tfeb.dsm/bench"
4646
:description "Destructuring match benchmarks"
47-
:version "1.0.0"
47+
:version "1.2.0"
4848
:author "Tim Bradshaw"
4949
:license "MIT"
5050
:homepage "https://github.com/tfeb/dsm"

0 commit comments

Comments
 (0)