From 28d24ea65e02966fc0abd74419441d427b164f67 Mon Sep 17 00:00:00 2001 From: Aaron Kaiser Date: Mon, 1 Dec 2025 11:36:28 +0100 Subject: [PATCH] fix: update version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94cf8a3..cf24ad3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "age-plugin-xwing" description = "X-Wing plugin for age clients" -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "MIT" repository = "https://github.com/Rixxc/age-plugin-xwing"