mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Prepare ugfix release
This commit is contained in:
parent
670fb61299
commit
9696d55b31
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
Version 0.8.3 (2020-??-??)
|
||||
Version 0.8.3 (2020-02-16)
|
||||
==========================
|
||||
|
||||
Changes:
|
||||
|
|
|
@ -7,7 +7,7 @@ declare(strict_types=1);
|
|||
namespace JKingWeb\Arsse;
|
||||
|
||||
class Arsse {
|
||||
const VERSION = "0.8.2";
|
||||
const VERSION = "0.8.3";
|
||||
|
||||
/** @var Lang */
|
||||
public static $lang;
|
||||
|
|
Loading…
Reference in a new issue