diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-29 09:52:55 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-29 09:52:55 +0300 |
commit | e11fc6944baa240989066334ea6baff4e9fd82c5 (patch) | |
tree | f0fa85c16c5bd5863ee3c767a87d0e1b76f59732 | |
parent | e278d90762c6883c9bf6b463c7a9fd930856c9ca (diff) | |
download | Furtherance-e11fc6944baa240989066334ea6baff4e9fd82c5.tar.zst |
Update to v1.2.0
-rwxr-xr-x | Cargo.lock | 2 | ||||
-rwxr-xr-x | Cargo.toml | 2 | ||||
-rwxr-xr-x | data/com.lakoliu.Furtherance.appdata.xml.in | 4 | ||||
-rwxr-xr-x | meson.build | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7a22dd9..11c000c 100755 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,7 +211,7 @@ dependencies = [ [[package]] name = "furtherance" -version = "1.1.2" +version = "1.1.3" dependencies = [ "chrono", "dbus", diff --git a/Cargo.toml b/Cargo.toml index 0d82547..eb72b6a 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "furtherance" -version = "1.1.3" +version = "1.2.0" 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 c8e44e3..b345ae6 100755 --- a/data/com.lakoliu.Furtherance.appdata.xml.in +++ b/data/com.lakoliu.Furtherance.appdata.xml.in @@ -39,10 +39,10 @@ <content_rating type="oars-1.1" /> <releases> - <release version="1.1.3" date="2022-04-29"> + <release version="1.2.0" date="2022-04-29"> <description> <ul> - <li>Built-in Pomodoro timer!</li> + <li>Added Pomodoro-style countdown timer!</li> <li>Bug fixes</li> </ul> </description> diff --git a/meson.build b/meson.build index 921d372..f2fde39 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('furtherance', 'rust', - version: '1.1.3', + version: '1.2.0', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ], |