diff --git a/meta/version b/meta/version index a62db9601..6156c348e 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 e956fd2d3..b12b015df 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 11cd4f41e..a11430e54 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"]