From ddde5e793c7ca5a23884c4326ca6bac46e2fb3e7 Mon Sep 17 00:00:00 2001 From: oberrich <6305520+oberrich@users.noreply.github.com> Date: Wed, 10 Apr 2024 12:36:01 +0200 Subject: [PATCH] Bump semver --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0d9b4a..62bb06f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phnt" -version = "0.0.15" +version = "0.0.16" license = "MIT" authors = ["oberrich "] repository = "https://github.com/oberrich/phnt-rs"