From a120d783a8db6b97483ed6a512b0b955039953d3 Mon Sep 17 00:00:00 2001 From: nabijaczleweli Date: Fri, 3 Aug 2018 07:26:17 +0200 Subject: [PATCH] Bump version to 1.4.0. Add @mbilker to authors list --- Cargo.toml | 5 +++-- appveyor.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0d0ee2f3..b51207af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,11 @@ keywords = ["BearLibTerminal", "FFI", "TUI", "UI"] categories = ["external-ffi-bindings", "gui", "multimedia"] license = "MIT" # Remember to also update in appveyor.yml -version = "1.3.3" +version = "1.4.0" authors = ["nabijaczleweli ", "Cat Plus Plus ", - "Ryan1729 "] + "Ryan1729 ", + "Matt Bilker "] exclude = ["*.enc"] [dependencies] diff --git a/appveyor.yml b/appveyor.yml index 43a7840e..777e596d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.3.2-{build} +version: 1.4.0-{build} branches: except: