From e43ce790ccb4d864fff44e8061279be18aff40f4 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 1 Sep 2022 15:30:38 -0400 Subject: [PATCH] Version bump to v0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e9d378..2ab6727 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "adept" description = "Bit Goblin automated video transcoding service." -version = "0.1.0" +version = "0.1.1" edition = "2021" readme = "README.md" license = "BSD 2-Clause"