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 92f803d commit 030c87cCopy full SHA for 030c87c
src/autify/mobile/mobilelink/installBinary.ts
@@ -18,8 +18,8 @@ import { execFile } from "node:child_process";
18
import * as tar from "tar";
19
import { get } from "../../../config";
20
21
-const MOBILE_LINK_VERSION = "0.3.0";
22
-const MOBILE_LINK_HASH = "26f64f82d";
+const MOBILE_LINK_VERSION = "0.3.1";
+const MOBILE_LINK_HASH = "6de575a31";
23
24
const getOs = () => {
25
const os = platform;
0 commit comments