Skip to content

Commit

Permalink
chore(sdk): bump v0.1.0-rc2 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
RetricSu authored Jul 5, 2024
1 parent dca496b commit b1e76ef
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-rc1",
"version": "0.1.0-rc2",
"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-rc1",
"version": "0.1.0-rc2",
"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-rc1",
"version": "0.1.0-rc2",
"description": "sdk for nostr-binding protocol",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit b1e76ef

Please sign in to comment.