From be70997e5aa9567e70b5612cefe9c3d769454ab4 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 12 Jan 2020 15:09:41 +1000 Subject: [PATCH] update version --- meta/version | 2 +- rspy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/version b/meta/version index 2f1a5aa9c..d3026563c 100644 --- a/meta/version +++ b/meta/version @@ -1 +1 @@ -2.1.17 +2.1.18 diff --git a/rspy/Cargo.toml b/rspy/Cargo.toml index 955ba4f7a..c42a80c59 100644 --- a/rspy/Cargo.toml +++ b/rspy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ankirspy" -version = "2.1.17" # automatically updated +version = "2.1.18" # automatically updated edition = "2018" authors = ["Ankitects Pty Ltd and contributors"]