From 8547056014b2c2470f4e61e8dba772dd98265fdc Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Sun, 21 Dec 2025 15:56:42 -0500 Subject: [PATCH] docs(version): v0.1.0->v0.1.1 --- .gitignore | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 96ef6c0..77147e2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target Cargo.lock +.idea/ diff --git a/Cargo.toml b/Cargo.toml index d716efd..5e95a69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hadron" -version = "0.1.0" +version = "0.1.1" edition = "2024" [dependencies]