From 119cfe280274190bf2f2f43653a10d84f0899db6 Mon Sep 17 00:00:00 2001 From: Robert Czechowski Date: Fri, 27 Mar 2020 17:49:53 +0100 Subject: [PATCH] Change version number to 1.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ae07261..5ae7accf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -898,7 +898,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "medal" -version = "1.1.1" +version = "1.1.2" dependencies = [ "bcrypt 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "handlebars-iron 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2010ce4a..574ba0f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "medal" -version = "1.1.1" +version = "1.1.2" authors = ["Robert Czechowski ", "Daniel BrĂ¼ning "] description = "A simple online contest platform" -- GitLab