From 61b9f70ab97685a143a383975c2bbc8fc1224f4d Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 15 Feb 2020 19:05:34 +1000 Subject: [PATCH] bump version --- rslib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index 1ba92d746..10685bdca 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anki" -version = "2.1.20" # automatically updated +version = "2.1.21" # automatically updated edition = "2018" authors = ["Ankitects Pty Ltd and contributors"] license = "AGPL-3.0-or-later"