Skip to content

Commit 04e2137

Browse files
committed
chore: bump version
1 parent 11b2b79 commit 04e2137

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@getalby/cli",
33
"description": "CLI for Nostr Wallet Connect (NIP-47) with a few additional useful lightning tools",
44
"repository": "https://github.com/getAlby/cli.git",
5-
"version": "0.9.0",
5+
"version": "0.10.0",
66
"type": "module",
77
"main": "build/index.js",
88
"bin": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ program
4545
" $ npx @getalby/cli pay alice@getalby.com --amount 5 --currency USD --network lightning\n" +
4646
' $ npx @getalby/cli receive --amount 2100 --currency BTC --unit sats --network lightning --description "Coffee"',
4747
)
48-
.version("0.9.0")
48+
.version("0.10.0")
4949
.configureHelp({ showGlobalOptions: true })
5050
.option(
5151
"-w, --wallet-name <name>",

0 commit comments

Comments
 (0)