Version bump
This commit is contained in:
parent
6557823d83
commit
b960b4365b
2 changed files with 18 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "syng"
|
name = "syng"
|
||||||
version = "2.0.0"
|
version = "2.0.1"
|
||||||
description = "All-in-one webbased karaoke system with YouTube support"
|
description = "All-in-one webbased karaoke system with YouTube support"
|
||||||
authors = ["Christoph Stahl <christoph.stahl@tu-dortmund.de>"]
|
authors = ["Christoph Stahl <christoph.stahl@tu-dortmund.de>"]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<id>rocks.syng.Syng</id>
|
<id>rocks.syng.Syng</id>
|
||||||
|
|
||||||
<name>Syng</name>
|
<name>Syng</name>
|
||||||
<summary>An all-in-one karaoke software</summary>
|
<summary>All-in-one karaoke software</summary>
|
||||||
|
|
||||||
<developer id="rocks.syng">
|
<developer id="rocks.syng">
|
||||||
<name>Christoph Stahl</name>
|
<name>Christoph Stahl</name>
|
||||||
|
@ -30,6 +30,22 @@
|
||||||
|
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
|
<release version="2.0.1" date="2024-09-30">
|
||||||
|
<description>
|
||||||
|
<p>
|
||||||
|
<em>Fixes</em>:
|
||||||
|
<ul>
|
||||||
|
<li>Fixes s3 storage not working</li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<em>Changes</em>:
|
||||||
|
<ul>
|
||||||
|
<li>Notifications are forwarded to the user interface</li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
</description>
|
||||||
|
</release>
|
||||||
<release version="2.0.0" date="2024-09-22">
|
<release version="2.0.0" date="2024-09-22">
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue