From 72c06a4aef029411bddcaa8c0def338be09f337b Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 15 Jan 2020 13:50:18 +1000 Subject: [PATCH] bump version .19 will be another bugfix release --- meta/version | 2 +- rspy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/version b/meta/version index f316ecb1e..dfb639696 100644 --- a/meta/version +++ b/meta/version @@ -1 +1 @@ -2.1.19 +2.1.20 diff --git a/rspy/Cargo.toml b/rspy/Cargo.toml index c3cdcb2b9..6ae61f368 100644 --- a/rspy/Cargo.toml +++ b/rspy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ankirspy" -version = "2.1.19" # automatically updated +version = "2.1.20" # automatically updated edition = "2018" authors = ["Ankitects Pty Ltd and contributors"]