Skip to content

Commit ccca202

Browse files
committed
chore: bump version to 0.2.1
1 parent 54fa6ae commit ccca202

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

cli/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.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "browser"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
description = "Browser automation CLI - control a real browser from the command line"
66
authors = ["Stakpak Team"]

daemon/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

daemon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "browser-daemon",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Browser automation daemon - WebSocket and IPC server for controlling browsers",
55
"type": "module",
66
"main": "dist/index.js",

daemon/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Command } from "commander";
55
import { DaemonConfig, DEFAULT_CONFIG } from "./types.js";
66

77

8-
const DAEMON_VERSION = "0.2.0"
8+
const DAEMON_VERSION = "0.2.1"
99

1010
export function loadConfig(argv: string[]): DaemonConfig {
1111
const program = new Command();

0 commit comments

Comments
 (0)