about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xCargo.toml2
-rwxr-xr-xdata/com.lakoliu.Furtherance.appdata.xml.in8
-rwxr-xr-xmeson.build2
3 files changed, 10 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fa2f521..0d82547 100755
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "furtherance"
-version = "1.1.2"
+version = "1.1.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 d2e6411..c8e44e3 100755
--- a/data/com.lakoliu.Furtherance.appdata.xml.in
+++ b/data/com.lakoliu.Furtherance.appdata.xml.in
@@ -39,6 +39,14 @@
   <content_rating type="oars-1.1" />
 
   <releases>
+    <release version="1.1.3" date="2022-04-29">
+      <description>
+        <ul>
+          <li>Built-in Pomodoro timer!</li>
+          <li>Bug fixes</li>
+        </ul>
+      </description>
+    </release>
     <release version="1.1.2" date="2022-04-22">
       <description>
         <ul>
diff --git a/meson.build b/meson.build
index feb0088..921d372 100755
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('furtherance', 'rust',
-          version: '1.1.2',
+          version: '1.1.3',
     meson_version: '>= 0.50.0',
   default_options: [ 'warning_level=2',
                    ],