mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
Bump release to 4.1.6
This commit is contained in:
parent
7e5dd0029c
commit
fc8624342b
4 changed files with 9 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -221,7 +221,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "authenticator"
|
||||
version = "4.1.5"
|
||||
version = "4.1.6"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"anyhow",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
edition = "2021"
|
||||
name = "authenticator"
|
||||
version = "4.1.5"
|
||||
version = "4.1.6"
|
||||
|
||||
[dependencies]
|
||||
adw = {package = "libadwaita", version = "0.1.0"}
|
||||
|
|
|
@ -47,6 +47,12 @@
|
|||
<url type="donation">https://liberapay.com/bielmoussaoui</url>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="4.1.6" date="2022-06-10">
|
||||
<ul>
|
||||
<li>Add Google Autenticator restore support</li>
|
||||
<li>Disable Inspector on release builds</li>
|
||||
</ul>
|
||||
</release>
|
||||
<release version="4.1.5" date="2022-06-06">
|
||||
<description>Fix a crash when loading an account token</description>
|
||||
</release>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('authenticator', 'rust',
|
||||
version: '4.1.5',
|
||||
version: '4.1.6',
|
||||
meson_version: '>= 0.59',
|
||||
license: 'GPL-3.0-or-later'
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue