Skip to content

Commit 50833d2

Browse files
committed
V2025.5.1
1 parent 4867129 commit 50833d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libparabolic/src/controllers/mainwindowcontroller.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace Nickvision::TubeConverter::Shared::Controllers
4040
m_downloadManager{ m_dataFileManager.get<Configuration>("config").getDownloaderOptions(), m_dataFileManager.get<DownloadHistory>("history"), m_dataFileManager.get<DownloadRecoveryQueue>("recovery") },
4141
m_isWindowActive{ false }
4242
{
43-
m_appInfo.setVersion({ "2025.5.1-next" });
43+
m_appInfo.setVersion({ "2025.5.1" });
4444
m_appInfo.setShortName(_("Parabolic"));
4545
m_appInfo.setDescription(_("Download web video and audio"));
4646
m_appInfo.setChangelog("- Fixed an issue where the app crashed when validating certain videos\n- Fixed an issue where the wrong file type was sometimes downloaded");

resources/linux/org.nickvision.tubeconverter.metainfo.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<binary>@PROJECT_NAME@</binary>
5656
</provides>
5757
<releases>
58-
<release version="2025.5.1-next" date="2025-05-05">
58+
<release version="2025.5.1" date="2025-05-06">
5959
<description translate="no">
6060
<p>- Fixed an issue where the app crashed when validating certain videos</p>
6161
<p>- Fixed an issue where the wrong file type was sometimes downloaded</p>

0 commit comments

Comments
 (0)