From 48794c7a1e0184f1df6874242701890aaecaf2a1 Mon Sep 17 00:00:00 2001 From: Zvonko Kaiser Date: Wed, 14 Jan 2026 22:41:23 +0000 Subject: [PATCH] release: bump version to v0.1.0 Signed-off-by: Zvonko Kaiser --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 405ac79..13babda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "NVRC" -version = "0.0.2" +version = "0.1.0" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 0926036..0d5e27c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "NVRC" -version = "0.0.2" +version = "0.1.0" edition = "2021" [dependencies]