From 88126e263b2dc44e3098a23629ff06e6a6175770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Vask=C3=B3?= <1771332+vlaci@users.noreply.github.com> Date: Mon, 8 May 2023 19:04:04 +0200 Subject: [PATCH] chore: bumbed version to 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbf6427..8d36026 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "unblob-native" -version = "0.1.0" +version = "0.1.1" dependencies = [ "approx", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 211b6a0..0390c58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unblob-native" -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT"