From 3c6fbcde2f97c765991b052a8085cc4ebd7a8dfd Mon Sep 17 00:00:00 2001 From: Miraty Date: Sat, 8 Jul 2023 18:48:26 +0200 Subject: [PATCH] Release 2.0.1 --- CHANGELOG.md | 2 +- README.md | 3 +-- index.php | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cec593d..1140877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 758c9df..6eb02c7 100755 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/index.php b/index.php index 6fbfaf0..741106d 100755 --- a/index.php +++ b/index.php @@ -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;