Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
franzos committed Aug 27, 2023
1 parent 0c2e717 commit 9e136ed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client-web",
"version": "0.0.3",
"version": "0.0.4",
"description": "Nostr react playground",
"author": "Franz Geffke <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "client",
"version": "0.0.3",
"version": "0.0.4",
"description": "Nostr node playground",
"author": "Franz Geffke <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nostr-ts",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-ts/common",
"version": "0.0.3",
"version": "0.0.4",
"description": "Commonly used nostr types and utils",
"author": "Franz Geffke <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-ts/node",
"version": "0.0.3",
"version": "0.0.4",
"description": "nostr on the backend: node.js implementation of the nostr protocol",
"author": "Franz Geffke <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-ts/web",
"version": "0.0.3",
"version": "0.0.4",
"description": "nostr in the browser",
"author": "Franz Geffke <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 9e136ed

Please sign in to comment.