Skip to content

Commit

Permalink
Update version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rickykresslein committed Apr 14, 2022
1 parent 41d197c commit 847284a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "furtherance"
version = "1.1.0"
version = "1.1.1"
authors = ["Ricky Kresslein <rk@lakoliu.com>"]
edition = "2018"

Expand Down
11 changes: 9 additions & 2 deletions data/com.lakoliu.Furtherance.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<project_license>GPL-3.0-or-later</project_license>
<description>
<p>
Furtherance is an elegant time tracking app built for Gnome with Rust
Furtherance is a time tracking app built for GNOME with Rust
and GTK4. In addition to tracking time spent on tasks, you can edit that
time, delete entries, and change settings. It even has idle detection.
</p>
Expand Down Expand Up @@ -39,7 +39,14 @@
<content_rating type="oars-1.1" />

<releases>
<release version="1.1.0" date="2022-04-11"/>
<release version="1.1.1" date="2022-04-14"/>
<release version="1.1.0" date="2022-04-11">
<description>
<p>
Furtherance has a new icon! And lots of bug fixes and improvements.
</p>
</description>
</release>
<release version="1.0.9" date="2022-04-02"/>
<release version="1.0.8" date="2022-03-26"/>
<release version="1.0.7" date="2022-03-18">
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('furtherance', 'rust',
version: '1.1.0',
version: '1.1.1',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
Expand Down

0 comments on commit 847284a

Please sign in to comment.