From 77dc63cab9adbde29a578771f376a7c01ec4dd2d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 6 Oct 2019 22:53:43 +0530 Subject: [PATCH] Fix typo in dropbox fw version in kobo driver --- src/calibre/devices/kobo/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/kobo/driver.py b/src/calibre/devices/kobo/driver.py index 097970f875..f7ba01e0f9 100644 --- a/src/calibre/devices/kobo/driver.py +++ b/src/calibre/devices/kobo/driver.py @@ -1376,7 +1376,7 @@ class KOBOTOUCH(KOBO): min_forma_fwversion = (4, 11, 11879) min_librah20_fwversion = (4, 16, 13337) # "Reviewers" release. min_fwversion_epub_location = (4, 17, 13651) # ePub reading location without full contentid. - min_fwversion_dropbox = (4, 17, 13737) # The Forma only at this point. + min_fwversion_dropbox = (4, 18, 13737) # The Forma only at this point. has_kepubs = True