From 6ace92e4c8ef5a9eb63d90744117bfaeba68a356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Mon, 14 Dec 2020 16:17:51 +0100 Subject: [PATCH] Bump version to 1.4.1 --- Cargo.toml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e9331ff..5998ed6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" # Remember to also update in appveyor.yml # Remember to also update in src/lib.rs ~L40 (Cargo.toml example) # Remember to also update in README -version = "1.4.0" +version = "1.4.1" authors = ["nabijaczleweli ", "Cat Plus Plus ", "Liigo ", diff --git a/appveyor.yml b/appveyor.yml index 41655ff..854b3b9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.4.0-{build} +version: 1.4.1-{build} skip_tags: false