mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 05:02:40 +00:00
Version bump
This commit is contained in:
parent
44ae0ba29b
commit
f100cab558
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
Version 0.2.1 (2017-12-??)
|
||||
Version 0.2.1 (2017-12-07)
|
||||
==========================
|
||||
|
||||
Bug fixes:
|
||||
|
|
|
@ -7,7 +7,7 @@ declare(strict_types=1);
|
|||
namespace JKingWeb\Arsse;
|
||||
|
||||
class Arsse {
|
||||
const VERSION = "0.2.0";
|
||||
const VERSION = "0.2.1";
|
||||
|
||||
/** @var Lang */
|
||||
public static $lang;
|
||||
|
|
Loading…
Reference in a new issue