From 071722c057946ab2453271e15f15431f93f81f78 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 6 Mar 2020 19:13:30 +1000 Subject: [PATCH] rspy version --- rslib/Cargo.toml | 2 +- rspy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index 22ab0f147..e956fd2d3 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anki" -version = "2.1.21" # automatically updated +version = "2.1.22" # automatically updated edition = "2018" authors = ["Ankitects Pty Ltd and contributors"] license = "AGPL-3.0-or-later" diff --git a/rspy/Cargo.toml b/rspy/Cargo.toml index e06242f68..11cd4f41e 100644 --- a/rspy/Cargo.toml +++ b/rspy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ankirspy" -version = "2.1.21" # automatically updated +version = "2.1.22" # automatically updated edition = "2018" authors = ["Ankitects Pty Ltd and contributors"]