Skip to content

Commit

Permalink
# 1.2.205 (2023-03-27 / 42b0572)
Browse files Browse the repository at this point in the history
- Fix Safari line-and-col reporting bug
- Fix 0 runnable tests showing initially on Chui ui

## Added

## Fixed

## Changed
  • Loading branch information
alysbrooks committed Mar 28, 2023
1 parent 42b0572 commit 13763d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1
1.2
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.2.205 (2023-03-27 / 42b0572)

- Fix Safari line-and-col reporting bug
- Fix 0 runnable tests showing initially on Chui ui
Expand Down Expand Up @@ -127,4 +127,4 @@

# 0.0.73 (2020-05-11 / a151fae)

- Initial alpha release of chui-core, chui-ui, and chui-shadow
- Initial alpha release of chui-core, chui-ui, and chui-shadow
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ technical background.
deps.edn

``` clojure
lambdaisland/chui {:mvn/version "1.1.192"}
lambdaisland/chui {:mvn/version "1.2.205"}
```

project.clj

``` clojure
[lambdaisland/chui "1.1.192"]
[lambdaisland/chui "1.2.205"]
```


Expand Down

0 comments on commit 13763d2

Please sign in to comment.