about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-04-01 14:04:34 +0200
committerRicky Kresslein <rk@lakoliu.com>2022-04-01 14:04:34 +0200
commit1ff89ffbee64f59c89e59d38074d52d7a73e0448 (patch)
tree0f99bd561d492534d494b4643bb42a83b891cc30
parentf8d10ba2848572ee40699b01b93111714668d34d (diff)
downloadFurtherance-1ff89ffbee64f59c89e59d38074d52d7a73e0448.tar.zst
Add donation links
-rw-r--r--.github/FUNDING.yml6
-rwxr-xr-xCargo.lock2
-rwxr-xr-xCargo.toml2
-rwxr-xr-xdata/com.lakoliu.Furtherance.appdata.xml.in1
-rwxr-xr-xmeson.build2
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',
                    ],