Release 2.0.0

This commit is contained in:
Miraty 2022-06-07 17:41:47 +02:00
parent a706b97a1c
commit fc02a7e3da
2 changed files with 2 additions and 2 deletions

View File

@ -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.0 - 2022-06-07
### Added

View File

@ -10,7 +10,7 @@ use Endroid\QrCode\Color\Color;
require "config.inc.php";
require "vendor/autoload.php";
define("LIBREQR_VERSION", "2.0.0dev");
define("LIBREQR_VERSION", "2.0.0");
// Defines the locale to be used
$locale = DEFAULT_LOCALE;