From 371c79a067ab1aa6c05ccb83d52a8ff7390f18fe Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Thu, 2 Jul 2026 18:21:12 +0000 Subject: [PATCH] chore(release): v1.0.1 Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01EJsFyUeN5xJiw9hQzjx3Gj --- Cargo.lock | 2 +- Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3af7e9a..87b9139 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -782,7 +782,7 @@ checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f" [[package]] name = "lane-ratatui-premium" -version = "1.0.0" +version = "1.0.1" dependencies = [ "crossterm", "ratatui", diff --git a/Cargo.toml b/Cargo.toml index 48daa34..b23b57c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lane-ratatui-premium" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "MIT" repository = "https://github.com/RandomCodeSpace/lane" diff --git a/package.json b/package.json index 34de3c9..279cd45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ossrandom/lane", - "version": "1.0.0", + "version": "1.0.1", "description": "Lane GitLab personal kanban TUI built with Rust and Ratatui.", "type": "module", "repository": {