release: v0.1.7 [skip ci]

This commit is contained in:
Harivansh Rathi 2026-03-26 08:53:50 -04:00
parent eac3a61ceb
commit 86c36a3b50
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -400,7 +400,7 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
[[package]]
name = "deskctl"
version = "0.1.6"
version = "0.1.7"
dependencies = [
"ab_glyph",
"anyhow",

View file

@ -1,6 +1,6 @@
[package]
name = "deskctl"
version = "0.1.6"
version = "0.1.7"
edition = "2021"
description = "X11 desktop control CLI for agents"
license = "MIT"

View file

@ -1,6 +1,6 @@
{
"name": "deskctl",
"version": "0.1.6",
"version": "0.1.7",
"description": "Installable deskctl package for Linux X11 agents",
"license": "MIT",
"homepage": "https://github.com/harivansh-afk/deskctl",