Skip to content

Commit 5fed3df

Browse files
authored
chore(sdk): publish v0.1.0-rc3 (#22)
1 parent 5899a7b commit 5fed3df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-rc2",
3+
"version": "0.1.0-rc3",
44
"description": "",
55
"main": "index.js",
66
"workspaces": [

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-rc2",
6+
"version": "0.1.0-rc3",
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-rc2",
3+
"version": "0.1.0-rc3",
44
"description": "sdk for nostr-binding protocol",
55
"scripts": {
66
"build": "tsc",

0 commit comments

Comments
 (0)