diff --git a/packages/system-react/package.json b/packages/system-react/package.json index 9edd30b0..d6cda72d 100644 --- a/packages/system-react/package.json +++ b/packages/system-react/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system-react", - "version": "1.3.8", + "version": "1.4.0", "description": "React hooks for @snort/system", "main": "dist/index.js", "module": "src/index.ts", @@ -17,7 +17,7 @@ ], "dependencies": { "@snort/shared": "^1.0.16", - "@snort/system": "^1.3.8", + "@snort/system": "^1.4.0", "react": "^18.2.0" }, "devDependencies": { diff --git a/packages/system/package.json b/packages/system/package.json index 05bf3759..6d4c0644 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@snort/system", - "version": "1.3.8", + "version": "1.4.0", "description": "Snort nostr system package", "type": "module", "main": "dist/index.js",