From fc02a7e3da8d3131f781cb72dc24c66363a195f8 Mon Sep 17 00:00:00 2001 From: Miraty Date: Tue, 7 Jun 2022 17:41:47 +0200 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 2 +- index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e04c7..b656dac 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.0 - 2022-06-07 ### Added diff --git a/index.php b/index.php index 709ef01..b12e18c 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.0dev"); +define("LIBREQR_VERSION", "2.0.0"); // Defines the locale to be used $locale = DEFAULT_LOCALE;