mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:04:12 +02:00
Kobo - Really should increment the driver version on occasion
This commit is contained in:
parent
2d80aca4b0
commit
36f167da47
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ class KOBO(USBMS):
|
|||
gui_name = 'Kobo Reader'
|
||||
description = _('Communicate with the Kobo Reader')
|
||||
author = 'Timothy Legge'
|
||||
version = (1, 0, 9)
|
||||
version = (1, 0, 10)
|
||||
|
||||
dbversion = 0
|
||||
fwversion = 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue