From 2e10a14ed429ccdc151d45ccba4043e45715af6f Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 18 Dec 2018 16:54:01 -0600 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- jobs-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b82ab81..5ce4444 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "background-jobs" description = "Background Jobs implemented with tokio and futures" -version = "0.4.0" +version = "0.4.1" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/asonix/background-jobs" diff --git a/jobs-core/Cargo.toml b/jobs-core/Cargo.toml index 6bfeba4..2aeda01 100644 --- a/jobs-core/Cargo.toml +++ b/jobs-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "background-jobs-core" description = "Core types for implementing an asynchronous jobs processor on tokio" -version = "0.4.0" +version = "0.4.1" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/asonix/background-jobs"