Skip to content

Commit ff9acc7

Browse files
committed
chore: prepare browser-cli v0.1.1
1 parent b2f3be9 commit ff9acc7

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.0"
3+
version = "0.1.1"
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.0" }
2+
$version = if ($env:LEXMOUNT_BROWSER_CLI_VERSION) { $env:LEXMOUNT_BROWSER_CLI_VERSION } else { "0.1.1" }
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.0}"
4+
version="${LEXMOUNT_BROWSER_CLI_VERSION:-0.1.1}"
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)