From fa37d7d20da778b108644102483feea4fc0fa736 Mon Sep 17 00:00:00 2001 From: Dmitry Konishchev Date: Sun, 22 Jan 2023 22:01:17 +0300 Subject: [PATCH] chore: Release investments version 4.16.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04c81a17..c54d48fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1276,7 +1276,7 @@ dependencies = [ [[package]] name = "investments" -version = "4.16.0" +version = "4.16.1" dependencies = [ "ansi_term", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index c3d47df5..fb549707 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "investments" -version = "4.16.0" +version = "4.16.1" description = "Helps you with managing your investments" keywords = ["finance", "investment", "stocks", "trading", "taxes"] categories = ["command-line-utilities"]