Skip to content

Commit cf67e22

Browse files
committed
Version bump: v0.2.1-alpha
1 parent 36049d1 commit cf67e22

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)