From a6ea4009ff35724bb90496fe4079869f46713913 Mon Sep 17 00:00:00 2001 From: soup Date: Fri, 31 May 2024 15:42:03 -0400 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index baf1e29..8c1b02e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "newt" -version = "0.1.0" +version = "0.2.0" diff --git a/Cargo.toml b/Cargo.toml index 897d2ef..38bf145 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "newt" -version = "0.1.0" +version = "0.2.0" edition = "2021" [dependencies]