mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-05 23:56:08 +01:00
Bump versions.
This commit is contained in:
parent
0bbe6287b6
commit
cf24021f14
3 changed files with 4 additions and 4 deletions
2
app.yaml
2
app.yaml
|
|
@ -1,6 +1,6 @@
|
|||
# ffd-retief-hrd fanfictiondownloader
|
||||
application: fanfictiondownloader
|
||||
version: 4-4-72
|
||||
version: 4-4-73
|
||||
runtime: python27
|
||||
api_version: 1
|
||||
threadsafe: true
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
|
|||
description = 'UI plugin to download FanFiction stories from various sites.'
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
author = 'Jim Miller'
|
||||
version = (1, 7, 43)
|
||||
version = (1, 7, 44)
|
||||
minimum_calibre_version = (0, 8, 57)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
|
|
|||
|
|
@ -57,8 +57,8 @@
|
|||
<h3>Changes:</h3>
|
||||
<p>
|
||||
<ul>
|
||||
<li>Fix dates for fimfiction.net.</li>
|
||||
<li>Additional groups as site specific data for fimfiction.net.</li>
|
||||
<li>Fix for certain portkey.org stories.</li>
|
||||
<li>Remove dateutil dependency.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue