From 4b78e5fd6bf1f41c646fbe80df9a38f03ba3063b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Mon, 2 Nov 2020 18:37:50 +0100 Subject: [PATCH] Bump version to 1.3.4 --- Cargo.toml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f536a7c..d10a806 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.3.3" +version = "1.3.4" authors = ["nabijaczleweli ", "Cat Plus Plus ", "Liigo ", diff --git a/appveyor.yml b/appveyor.yml index 253ab4a..a454761 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.3.3-{build} +version: 1.3.4-{build} skip_tags: false