about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-06-16 14:44:21 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-06-16 14:44:21 +0300
commit6624808b56b79e5de78802789e035ae2653a8d1d (patch)
tree3f7daf2485d7a61dbde06cf4fb33e01ce1053ced
parenteea872841d7ba8af582800cc4a6563aaf9d39357 (diff)
downloadFurtherance-6624808b56b79e5de78802789e035ae2653a8d1d.tar.zst
Update to version 1.5.1
-rwxr-xr-xCargo.toml2
-rwxr-xr-xdata/com.lakoliu.Furtherance.appdata.xml.in1
-rwxr-xr-xmeson.build2
3 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c4b2bf8..78cccfa 100755
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "furtherance"
-version = "1.5.0"
+version = "1.5.1"
 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 1d4d6c1..4d8dcf8 100755
--- a/data/com.lakoliu.Furtherance.appdata.xml.in
+++ b/data/com.lakoliu.Furtherance.appdata.xml.in
@@ -39,6 +39,7 @@
   <content_rating type="oars-1.1" />
 
   <releases>
+    <release version="1.5.1" date="2022-06-16"/>
     <release version="1.5.0" date="2022-06-10">
       <description>
         <ul>
diff --git a/meson.build b/meson.build
index 424e454..24d8a57 100755
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('furtherance', 'rust',
-          version: '1.5.0',
+          version: '1.5.1',
     meson_version: '>= 0.50.0',
   default_options: [ 'warning_level=2',
                    ],