Skip to content

Commit

Permalink
chore(sdk): bump v0.1.0-rc8 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
RetricSu committed Jul 19, 2024
1 parent 72bcde7 commit 0f3c8b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nostr-binding",
"version": "0.1.0-rc7",
"version": "0.1.0-rc8",
"description": "",
"main": "index.js",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"sideEffects": false,
"type": "module",
"version": "0.1.0-rc7",
"version": "0.1.0-rc8",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nostr-binding/sdk",
"version": "0.1.0-rc7",
"version": "0.1.0-rc8",
"description": "sdk for nostr-binding protocol",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit 0f3c8b6

Please sign in to comment.