From e98d73044174a270f5bd45afef5aa0aa2b4057d0 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 6 Mar 2020 19:42:18 +1000 Subject: [PATCH] bump version --- meta/version | 2 +- rspy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/version b/meta/version index dfb639696..0ddcadb1d 100644 --- a/meta/version +++ b/meta/version @@ -1 +1 @@ -2.1.20 +2.1.21 diff --git a/rspy/Cargo.toml b/rspy/Cargo.toml index 6ae61f368..fad342b71 100644 --- a/rspy/Cargo.toml +++ b/rspy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ankirspy" -version = "2.1.20" # automatically updated +version = "2.1.21" # automatically updated edition = "2018" authors = ["Ankitects Pty Ltd and contributors"]