From f5d54cbbb8e15232257cb0fea59e139a4f38efa2 Mon Sep 17 00:00:00 2001 From: tuxuser <462620+tuxuser@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:27:54 +0100 Subject: [PATCH] meta: Bump version to v0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d4f2cb1..f15da57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "filetime_type" -version = "0.1.2" +version = "0.1.3" edition = "2018" description = "Platform agnostic FILETIME conversion" license = "MIT"