We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6cd6d6 commit 854402bCopy full SHA for 854402b
src/constants.ts
@@ -9,7 +9,7 @@ export const APP_DIRECTORY =
9
getRuntimeEnv().CRUSHER_GLOBAL_DIR ||
10
`/${getRuntimeEnv().HOME}/.crusher`;
11
12
-export const recorderVersion = `1.0.30`;
+export const recorderVersion = `1.0.31`;
13
14
export const RECORDER_MAC_BUILD = `https://github.com/crusherdev/crusher-downloads/releases/download/v${recorderVersion}/Crusher.Recorder-${recorderVersion}-mac-x64.zip`;
15
export const RECORDER_MAC_ARM64_BUILD = `https://github.com/crusherdev/crusher-downloads/releases/download/v${recorderVersion}/Crusher.Recorder-${recorderVersion}-mac-arm64.zip`;
0 commit comments