mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-09 16:54:29 +01:00
Increment the version - Sucessful testing on Linux Development Machine
This commit is contained in:
parent
7044e58116
commit
4e2bae4e01
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 and Kovid Goyal'
|
||||
version = (1, 0, 2)
|
||||
version = (1, 0, 3)
|
||||
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue