Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Jan 16, 2020
1 parent 264f0d3 commit 3c8690a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion meta/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.18
2.1.19
2 changes: 1 addition & 1 deletion qt/aqt/customstudy.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def accept(self):
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)

Expand Down
2 changes: 1 addition & 1 deletion rspy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]

Expand Down

0 comments on commit 3c8690a

Please sign in to comment.