From de9543ffd1503b7006b61c37fe1316408864ff8c Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 19 Mar 2020 10:22:23 +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 a62db960133..6156c348eec 100644 --- a/meta/version +++ b/meta/version @@ -1 +1 @@ -2.1.22 +2.1.23 diff --git a/rslib/Cargo.toml b/rslib/Cargo.toml index e956fd2d391..b12b015dfe0 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.23" # 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 11cd4f41e4b..a11430e5454 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.23" # automatically updated edition = "2018" authors = ["Ankitects Pty Ltd and contributors"]