Skip to content

Commit 030c87c

Browse files
committed
bump mobile link version
1 parent 92f803d commit 030c87c

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.3.0";
22-
const MOBILE_LINK_HASH = "26f64f82d";
21+
const MOBILE_LINK_VERSION = "0.3.1";
22+
const MOBILE_LINK_HASH = "6de575a31";
2323

2424
const getOs = () => {
2525
const os = platform;

0 commit comments

Comments
 (0)