Skip to content

Commit

Permalink
correct eip-1193-provider version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkmin committed Feb 3, 2025
1 parent 64dafb7 commit ab7fa07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/eip-1193-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @turnkey/eip-1193-provider

## 4.0.0
## 3.1.0

### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/eip-1193-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turnkey/eip-1193-provider",
"version": "4.0.0",
"version": "3.1.0",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eip-1193-provider/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "@turnkey/eip-1193-provider@3.0.5";
export const VERSION = "@turnkey/eip-1193-provider@3.1.0";

0 comments on commit ab7fa07

Please sign in to comment.