Skip to content

Commit

Permalink
chore: correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jul 16, 2024
1 parent e3c4a5a commit 74218f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/connectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @wagmi/connectors

## 6.0.0
## 5.0.24

### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wagmi/connectors",
"description": "Collection of connectors for Wagmi",
"version": "6.0.0",
"version": "5.0.24",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectors/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '6.0.0'
export const version = '5.0.24'

0 comments on commit 74218f2

Please sign in to comment.