bump version

This commit is contained in:
Damien Elmes 2020-01-16 12:39:52 +10:00
parent 264f0d3a7f
commit 3c8690ae34
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
2.1.18
2.1.19

View file

@ -189,7 +189,7 @@ class CustomStudy(QDialog):
def reject(self) -> None:
if self.created_custom_study:
# set the original deck back to current
self.mw.col.decks.select(self.deck['id'])
self.mw.col.decks.select(self.deck["id"])
# fixme: clean up the empty custom study deck
QDialog.reject(self)

View file

@ -1,6 +1,6 @@
[package]
name = "ankirspy"
version = "2.1.18" # automatically updated
version = "2.1.19" # automatically updated
edition = "2018"
authors = ["Ankitects Pty Ltd and contributors"]