We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 942196d commit a7db8a6Copy full SHA for a7db8a6
ts-tests/common.ts
@@ -9,7 +9,7 @@ const TESTNET_BIP_PATH = "44'/1'/0'/0'/0'";
9
export const VERSION = {
10
major: 0,
11
minor: 9,
12
- patch: 0,
+ patch: 1,
13
};
14
15
const ignoredScreens = ["", "Cancel", "Working...", "Quit", "Version"
0 commit comments