Skip to content

Commit ce881a5

Browse files
authored
chore: prepare browser-cli v0.1.2 (#6)
1 parent 14891cb commit ce881a5

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎Cargo.lock‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lexmount-browser"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55
license = "MIT"
66
description = "Native Rust SDK and CLI for Lexmount cloud browsers"

‎skills/lexmount-browser/scripts/bootstrap.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$ErrorActionPreference = "Stop"
2-
$version = if ($env:LEXMOUNT_BROWSER_CLI_VERSION) { $env:LEXMOUNT_BROWSER_CLI_VERSION } else { "0.1.1" }
2+
$version = if ($env:LEXMOUNT_BROWSER_CLI_VERSION) { $env:LEXMOUNT_BROWSER_CLI_VERSION } else { "0.1.2" }
33
if (-not [Environment]::Is64BitOperatingSystem) { throw "Only 64-bit Windows is supported" }
44
$asset = "browser-cli-v$version-x86_64-pc-windows-msvc.exe"
55
$repo = "https://github.com/lexmount/browser-cli-rs/releases/download/v$version"

‎skills/lexmount-browser/scripts/bootstrap.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22
set -eu
33

4-
version="${LEXMOUNT_BROWSER_CLI_VERSION:-0.1.1}"
4+
version="${LEXMOUNT_BROWSER_CLI_VERSION:-0.1.2}"
55
repo="https://github.com/lexmount/browser-cli-rs/releases/download/v${version}"
66
case "$(uname -s)-$(uname -m)" in
77
Darwin-arm64) target="aarch64-apple-darwin" ;;

0 commit comments

Comments
 (0)