From f617760d0493760a3651d5630418189580d18b2f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 19 Mar 2020 10:46:01 +1000 Subject: [PATCH] bump version --- meta/version | 2 +- rslib/Cargo.toml | 2 +- rspy/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/version b/meta/version index a62db9601..26412a859 100644 --- a/meta/version +++ b/meta/version @@ -1 +1 @@ -2.1.22 +2.1.24 diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index e956fd2d3..4d4f51e86 100644 --- a/rslib/Cargo.toml +++ b/rslib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anki" -version = "2.1.22" # automatically updated +version = "2.1.24" # 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 11cd4f41e..5b593acb2 100644 --- a/rspy/Cargo.toml +++ b/rspy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ankirspy" -version = "2.1.22" # automatically updated +version = "2.1.24" # automatically updated edition = "2018" authors = ["Ankitects Pty Ltd and contributors"]