Skip to content

Commit 669c01e

Browse files
committed
# 1.4.130 (2022-09-19 / 69599a1)
## Added ## Fixed ## Changed
1 parent 69599a1 commit 669c01e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3
1+
1.4

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.4.130 (2022-09-19 / 69599a1)
22

33
## Added
44

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ Kaocha-cljs require Clojure and ClojureScript 1.10 or later.
3737
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
3838

3939
```
40-
com.lambdaisland/kaocha-cljs {:mvn/version "1.3.127"}
40+
com.lambdaisland/kaocha-cljs {:mvn/version "1.4.130"}
4141
```
4242

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

4545
```
46-
[com.lambdaisland/kaocha-cljs "1.3.127"]
46+
[com.lambdaisland/kaocha-cljs "1.4.130"]
4747
```
4848
<!-- /installation -->
4949

0 commit comments

Comments
 (0)