From f2d848d335e55b0e6ccde578e8dea7749787e91f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E6=B5=A9=E8=BF=9C?=
Date: Mon, 17 Aug 2020 09:57:28 +0800
Subject: [PATCH] beta release build 0.7.3
---
README.md | 4 ++--
docs/index.html | 4 ++--
package-lock.json | 2 +-
package.json | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 6e45f1c..8f1e5d3 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ If you are using Linux or an older version of Windows, you can [get Fluent Reade
- A modern UI inspired by Fluent Design System with full dark mode support.
-- Read locally or sync with self-hosted services through Fever API.
+- Read locally, or sync with Feedbin or self-hosted services compatible with Fever API.
- Importing or exporting OPML files, full application data backup & restoration.
- Read the full content with the built-in article view or load webpages by default.
- Search for articles with regular expressions or filter by read status.
@@ -34,7 +34,7 @@ If you are using Linux or an older version of Windows, you can [get Fluent Reade
- Hide, mark as read, or star articles automatically as they arrive with regular expression rules.
- Fetch articles in the background and send push notifications.
-Support for other RSS services including Inoreader and Feedly are being fundraised through [Open Collective](https://opencollective.com/fluent-reader).
+Support for other RSS services including Inoreader and Feedly are [under fundraising](https://github.com/yang991178/fluent-reader/issues/23).
## Development
diff --git a/docs/index.html b/docs/index.html
index 5e3b10f..ed631b6 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -22,8 +22,8 @@
Open & Organized.
- Stay in sync with your self-hosted RSS service with Fever API or import
- your sources from an OPML file and resume reading locally right away.
+ Stay in sync with Feedbin or your self-hosted RSS service compatible with
+ Fever, or import your sources from an OPML file and start reading locally.
Easily organize sources with groups. Move between computers with full
data backups.
diff --git a/package-lock.json b/package-lock.json
index cf55bbe..8ddddba 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "fluent-reader",
- "version": "0.7.2",
+ "version": "0.7.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 580f27c..536a6ee 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fluent-reader",
- "version": "0.7.2",
+ "version": "0.7.3",
"description": "Modern desktop RSS reader",
"main": "./dist/electron.js",
"scripts": {