Skip to content

Commit 240d79e

Browse files
authored
Merge pull request #69 from lightninglabs/version-bump-v0.2.1-alpha
Version bump: v0.2.1-alpha
2 parents 36049d1 + cf67e22 commit 240d79e

File tree

3 files changed

+531
-155
lines changed

3 files changed

+531
-155
lines changed

lib/lnc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { wasmLog as log } from './util/log';
1212

1313
/** The default values for the LncConfig options */
1414
const DEFAULT_CONFIG = {
15-
wasmClientCode: 'https://lightning.engineering/lnc-v0.2.0-alpha.wasm',
15+
wasmClientCode: 'https://lightning.engineering/lnc-v0.2.1-alpha.wasm',
1616
namespace: 'default',
1717
serverHost: 'mailbox.terminal.lightning.today:443'
1818
} as Required<LncConfig>;

0 commit comments

Comments
 (0)