From 7d5e1514a13ed0aeec19e27689263817d96bab7a Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 1 Sep 2022 23:44:59 -0400 Subject: [PATCH] Version bump to v0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 926baba..a8e33d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "adept" description = "Bit Goblin automated video transcoding service." -version = "0.1.2" +version = "0.1.3" edition = "2021" readme = "README.md" license = "BSD 2-Clause"