From a3e20414b5c23647741bba3da9aec0491eb7dd14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Sun, 13 Jun 2021 19:03:08 +0200 Subject: [PATCH] Bump version to 1.6.3 --- Cargo.toml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f6d3028..c9dc35d 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.6.2" +version = "1.6.3" authors = ["nabijaczleweli ", "Cat Plus Plus ", "Liigo ", diff --git a/appveyor.yml b/appveyor.yml index 1a8a0a1..ab31b9b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.6.2-{build} +version: 1.6.3-{build} skip_tags: false