chore: bump
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
kieran 2024-05-01 18:23:15 +01:00
parent 746021d40a
commit eef43d68d7
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system-react",
"version": "1.3.0",
"version": "1.3.1",
"description": "React hooks for @snort/system",
"main": "dist/index.js",
"module": "src/index.ts",
@ -17,7 +17,7 @@
],
"dependencies": {
"@snort/shared": "^1.0.15",
"@snort/system": "^1.3.0",
"@snort/system": "^1.3.1",
"react": "^18.2.0"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system",
"version": "1.3.0",
"version": "1.3.1",
"description": "Snort nostr system package",
"type": "module",
"main": "dist/index.js",