From 1ff89ffbee64f59c89e59d38074d52d7a73e0448 Mon Sep 17 00:00:00 2001
From: Ricky Kresslein <rk@lakoliu.com>
Date: Fri, 1 Apr 2022 14:04:34 +0200
Subject: Add donation links

---
 .github/FUNDING.yml                         | 6 +++---
 Cargo.lock                                  | 2 +-
 Cargo.toml                                  | 2 +-
 data/com.lakoliu.Furtherance.appdata.xml.in | 1 +
 meson.build                                 | 2 +-
 5 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 600cfbd..a1636bf 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,12 +1,12 @@
 # These are supported funding model platforms
 
 github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
-patreon: # Replace with a single Patreon username
+patreon: lakoliu
 open_collective: # Replace with a single Open Collective username
-ko_fi: # Replace with a single Ko-fi username
+ko_fi: lakoliu
 tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
 community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
-liberapay: # Replace with a single Liberapay username
+liberapay: lakoliu
 issuehunt: # Replace with a single IssueHunt username
 otechie: # Replace with a single Otechie username
 lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
diff --git a/Cargo.lock b/Cargo.lock
index 0cba7fc..d1c476f 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -205,7 +205,7 @@ dependencies = [
 
 [[package]]
 name = "furtherance"
-version = "1.0.8"
+version = "1.0.9"
 dependencies = [
  "chrono",
  "dbus",
diff --git a/Cargo.toml b/Cargo.toml
index 2d7b6ea..53a4f02 100755
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "furtherance"
-version = "1.0.8"
+version = "1.0.9"
 authors = ["Ricky Kresslein <rk@lakoliu.com>"]
 edition = "2018"
 
diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in
index bd70951..af5a2da 100755
--- a/data/com.lakoliu.Furtherance.appdata.xml.in
+++ b/data/com.lakoliu.Furtherance.appdata.xml.in
@@ -33,6 +33,7 @@
 
   <url type="homepage">https://furtherance.app</url>
   <url type="bugtracker">https://github.com/lakoliu/Furtherance/issues</url>
+  <url type="donation">https://www.paypal.com/donate/?hosted_button_id=TLYY8YZ424VRL</url>
 
   <content_rating type="oars-1.1" />
 
diff --git a/meson.build b/meson.build
index e50b909..e9a2370 100755
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('furtherance', 'rust',
-          version: '1.0.8',
+          version: '1.0.9',
     meson_version: '>= 0.50.0',
   default_options: [ 'warning_level=2',
                    ],
-- 
cgit 1.4.1