Skip to content

Commit 9c2d048

Browse files
authored
chore: bump v0.1.0-rc9 (#47)
1 parent 30937d4 commit 9c2d048

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nostr-binding",
3-
"version": "0.1.0-rc8",
3+
"version": "0.1.0-rc9",
44
"description": "",
55
"main": "index.js",
66
"workspaces": [

packages/book-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "frontend",
3-
"version": "0.1.0",
2+
"name": "nostr-binding-book-app",
3+
"version": "0.1.0-rc9",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"sideEffects": false,
55
"type": "module",
6-
"version": "0.1.0-rc8",
6+
"version": "0.1.0-rc9",
77
"scripts": {
88
"build": "remix vite:build",
99
"dev": "remix vite:dev",

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nostr-binding/sdk",
3-
"version": "0.1.0-rc8",
3+
"version": "0.1.0-rc9",
44
"description": "sdk for nostr-binding protocol",
55
"scripts": {
66
"build": "tsc && tsc --project tsconfig.commonjs.json",

0 commit comments

Comments
 (0)