1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-11 10:22:40 +00:00

Make new bugfix release

This commit is contained in:
J. King 2018-07-22 12:30:44 -04:00
parent a92bad1bc8
commit e4d64424c7
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
Version 0.3.1 (2018-07-22)
==========================
Bug fixes:
- Correctly read the configuration file on start-up
- Minor fixes to code and documentation
Changes:
- Disable memory and time limits to avoid deadlocks with NextCloud News
Version 0.3.0 (2018-01-12) Version 0.3.0 (2018-01-12)
========================== ==========================

View file

@ -7,7 +7,7 @@ declare(strict_types=1);
namespace JKingWeb\Arsse; namespace JKingWeb\Arsse;
class Arsse { class Arsse {
const VERSION = "0.3.0"; const VERSION = "0.3.1";
/** @var Lang */ /** @var Lang */
public static $lang; public static $lang;