From e9831bb0e7a75c586fa11f0b5032c49a595b86de Mon Sep 17 00:00:00 2001 From: Mikko Rantanen Date: Fri, 29 May 2020 16:12:36 +0300 Subject: [PATCH] Version 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e3a0a06..a82cfda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proxide" -version = "0.1.1" # Keep the version near the top for CI purposes (release.yml) +version = "0.1.2" # Keep the version near the top for CI purposes (release.yml) authors = ["Mikko Rantanen "] edition = "2018" license = "MIT OR Apache-2.0"