mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 00:34:40 +01:00
Bump release to 4.3.1
This commit is contained in:
parent
3a3b9cc8f3
commit
77963b4714
4 changed files with 9 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -144,7 +144,7 @@ checksum = "857253367827bd9d0fd973f0ef15506a96e79e41b0ad7aa691203a4e3214f6c8"
|
|||
|
||||
[[package]]
|
||||
name = "authenticator"
|
||||
version = "4.3.0"
|
||||
version = "4.3.1"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"anyhow",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
edition = "2021"
|
||||
name = "authenticator"
|
||||
version = "4.3.0"
|
||||
version = "4.3.1"
|
||||
|
||||
[dependencies]
|
||||
adw = {package = "libadwaita", version = "0.4", features = ["v1_2"]}
|
||||
|
|
|
@ -47,6 +47,12 @@
|
|||
<url type="donation">https://liberapay.com/bielmoussaoui</url>
|
||||
<content_rating type="oars-1.1" />
|
||||
<releases>
|
||||
<release version="4.3.1" date="2022-04-22">
|
||||
<ul>
|
||||
<li>Add support for rotated camera</li>
|
||||
<li>Prefer front camera when possible</li>
|
||||
</ul>
|
||||
</release>
|
||||
<release version="4.3.0" date="2022-04-20">
|
||||
<ul>
|
||||
<li>Fix compatibility with https://2fas.com/check-token/</li>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('authenticator', 'rust',
|
||||
version: '4.3.0',
|
||||
version: '4.3.1',
|
||||
meson_version: '>= 0.59',
|
||||
license: 'GPL-3.0-or-later'
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue