Bump release to 4.3.1

This commit is contained in:
Bilal Elmoussaoui 2023-04-22 13:33:29 +02:00
parent 3a3b9cc8f3
commit 77963b4714
4 changed files with 9 additions and 3 deletions

2
Cargo.lock generated
View file

@ -144,7 +144,7 @@ checksum = "857253367827bd9d0fd973f0ef15506a96e79e41b0ad7aa691203a4e3214f6c8"
[[package]]
name = "authenticator"
version = "4.3.0"
version = "4.3.1"
dependencies = [
"aes-gcm",
"anyhow",

View file

@ -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"]}

View file

@ -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>

View file

@ -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'
)