Skip to content

Commit

Permalink
# 2.3.127 (2022-07-01 / a8186a5)
Browse files Browse the repository at this point in the history
## Added

## Fixed

## Changed
  • Loading branch information
alysbrooks committed Jul 1, 2022
1 parent a8186a5 commit c8512e2
Show file tree
Hide file tree
Showing 4 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 @@
2.2
2.3
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 2.3.127 (2022-07-01 / a8186a5)

## Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ so that we may continue to enjoy a thriving Clojure ecosystem.
deps.edn

```
lambdaisland/deep-diff2 {:mvn/version "2.2.124"}
lambdaisland/deep-diff2 {:mvn/version "2.3.127"}
```

project.clj

```
[lambdaisland/deep-diff2 "2.2.124"]
[lambdaisland/deep-diff2 "2.3.127"]
```

## Use
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"ws": "^8.6.0"
"ws": "^8.8.0"
}
}

0 comments on commit c8512e2

Please sign in to comment.