Bump version to 0.1.1 in Cargo.toml

This commit is contained in:
Milind Sharma 2026-02-21 01:10:29 +08:00 committed by GitHub
parent 6c5570210c
commit 7e8fe5d812
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "kicad-ipc-rs"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "Rust client library for the KiCad IPC API (async-first)"