Skip to content

Commit

Permalink
V2022.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Oct 15, 2022
1 parent 3827d0c commit a0315e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.nickvision.tubeconverter.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{
"type": "git",
"url": "https://github.com/nlogozzo/NickvisionTubeConverter.git",
"tag": "2022.10.2-beta3"
"tag": "2022.10.2"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion org.nickvision.tubeconverter.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<binary>org.nickvision.tubeconverter</binary>
</provides>
<releases>
<release version="2022.10.2-beta3" date="2022-10-15">
<release version="2022.10.2" date="2022-10-15">
<description>
<p>- New application icon (Thanks @martin-desktops!)</p>
<p>- Implemented proper stop function for download</p>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Application::Application(const std::string& id, GApplicationFlags flags) : m_adw
m_appInfo.setName("Nickvision Tube Converter");
m_appInfo.setShortName("Tube Converter");
m_appInfo.setDescription("An easy-to-use YouTube video downloader.");
m_appInfo.setVersion("2022.10.2-beta3");
m_appInfo.setVersion("2022.10.2");
m_appInfo.setChangelog("<ul><li>New application icon (Thanks @martin-desktops!)</li><li>Implemented proper stop function for download</li><li>'New Filename' is now allowed to be empty. If it is empty, the video title will be used</li><li>Improved video url checking</li></ul>");
m_appInfo.setGitHubRepo("https://github.com/nlogozzo/NickvisionTubeConverter");
m_appInfo.setIssueTracker("https://github.com/nlogozzo/NickvisionTubeConverter/issues/new");
Expand Down

0 comments on commit a0315e7

Please sign in to comment.