Skip to content

Commit c744804

Browse files
committed
Bump MobileLink 0.5.0
1 parent c73def1 commit c744804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/autify/mobile/mobilelink/installBinary.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ import { execFile } from "node:child_process";
1818
import * as tar from "tar";
1919
import { get } from "../../../config";
2020

21-
const MOBILE_LINK_VERSION = "0.4.7";
22-
const MOBILE_LINK_HASH = "c26f6c33d";
21+
const MOBILE_LINK_VERSION = "0.5.0";
22+
const MOBILE_LINK_HASH = "cb291e9cf";
2323

2424
const getArch = () => {
2525
if (arch === "ia32") return "386";

0 commit comments

Comments
 (0)