From ee10135d1150577d23808feeaa413e3b80ff7e0a Mon Sep 17 00:00:00 2001 From: Joar Wandborg Date: Tue, 31 Jan 2023 08:36:45 +0100 Subject: [PATCH] chore: v1.0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ee9c16..8b584ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = [] [package] name = "unmillis" -version = "1.0.5" +version = "1.0.7" license = "MIT" description = "Given 𝑛, solves for 𝑥 in the equation `unix-epoch + 𝑛 milliseconds = 𝑥`" readme = "README.md"