about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xCargo.lock2
-rwxr-xr-xCargo.toml2
-rwxr-xr-xdata/com.lakoliu.Furtherance.appdata.xml.in1
-rwxr-xr-xmeson.build2
4 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f1ccc9d..b5cbc7b 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -261,7 +261,7 @@ dependencies = [
 
 [[package]]
 name = "furtherance"
-version = "1.5.1"
+version = "1.5.3"
 dependencies = [
  "anyhow",
  "chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 23efce1..3df33c8 100755
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "furtherance"
-version = "1.5.2"
+version = "1.5.3"
 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 e35045c..906bdea 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.3" date="2022-07-20"/>
     <release version="1.5.2" date="2022-07-19">
       <description>
         <ul>
diff --git a/meson.build b/meson.build
index 8c7e7f1..fd87fd4 100755
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('furtherance', 'rust',
-          version: '1.5.2',
+          version: '1.5.3',
     meson_version: '>= 0.50.0',
   default_options: [ 'warning_level=2',
                    ],