Skip to content

Commit 55a1670

Browse files
authored
Merge pull request #62 from lightninglabs/version-bump-v0.1.12-alpha
Version bump: v0.1.12-alpha
2 parents 93f6462 + 4624974 commit 55a1670

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/lnc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { snakeKeysToCamel } from './util/objects';
66

77
/** The default values for the LncConfig options */
88
const DEFAULT_CONFIG = {
9-
wasmClientCode: 'https://lightning.engineering/lnc-v0.1.11-alpha.wasm',
9+
wasmClientCode: 'https://lightning.engineering/lnc-v0.1.12-alpha.wasm',
1010
namespace: 'default',
1111
serverHost: 'mailbox.terminal.lightning.today:443'
1212
} as Required<LncConfig>;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightninglabs/lnc-web",
3-
"version": "0.1.11-alpha.1",
3+
"version": "0.1.12-alpha",
44
"description": "Lightning Node Connect npm module for web",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)