Bump version.
This commit is contained in:
parent
c60dbb45d1
commit
767053a3c3
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
3.5.3
|
||||
—————
|
||||
|
||||
Added:
|
||||
▪
|
||||
|
||||
3.5.1
|
||||
—————
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ APP_REVERSE_NAME = "com.github.rssguard"
|
|||
APP_LOW_H_NAME = ".rssguard"
|
||||
APP_AUTHOR = "Martin Rotter"
|
||||
APP_COPYRIGHT = "(C) 2011-2017 $$APP_AUTHOR"
|
||||
APP_VERSION = "3.5.2"
|
||||
APP_VERSION = "3.5.3"
|
||||
APP_LONG_NAME = "$$APP_NAME $$APP_VERSION"
|
||||
APP_EMAIL = "rotter.martinos@gmail.com"
|
||||
APP_URL = "https://github.com/martinrotter/rssguard"
|
||||
|
|
|
@ -50,7 +50,7 @@ FeedReader::~FeedReader() {
|
|||
QList<ServiceEntryPoint*> FeedReader::feedServices() {
|
||||
if (m_feedServices.isEmpty()) {
|
||||
// NOTE: All installed services create their entry points here.
|
||||
//m_feedServices.append(new GmailEntryPoint());
|
||||
m_feedServices.append(new GmailEntryPoint());
|
||||
m_feedServices.append(new InoreaderEntryPoint());
|
||||
m_feedServices.append(new OwnCloudServiceEntryPoint());
|
||||
m_feedServices.append(new StandardServiceEntryPoint());
|
||||
|
|
Loading…
Add table
Reference in a new issue