Release 2.0.1
This commit is contained in:
parent
e013ef7abe
commit
3c6fbcde2f
3 changed files with 3 additions and 4 deletions
|
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## Unreleased
|
||||
## 2.0.1 - 2023-07-08
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -32,8 +32,7 @@ There is [a package](https://code.antopie.org/miraty/qr_ynh/) for [YunoHost](htt
|
|||
|
||||
For historical reasons, LibreQR is technically named `qr` in YunoHost.
|
||||
|
||||
You can install it from the WebAdmin or with this command :
|
||||
|
||||
You can install it from the WebAdmin or with this command:
|
||||
```
|
||||
sudo yunohost app install qr
|
||||
```
|
||||
|
|
|
@ -10,7 +10,7 @@ use Endroid\QrCode\Color\Color;
|
|||
require "config.inc.php";
|
||||
require "vendor/autoload.php";
|
||||
|
||||
define("LIBREQR_VERSION", "2.0.1dev");
|
||||
define("LIBREQR_VERSION", "2.0.1");
|
||||
|
||||
// Defines the locale to be used
|
||||
$locale = DEFAULT_LOCALE;
|
||||
|
|
Loading…
Reference in a new issue