Skip to content

Commit

Permalink
V2023.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Aug 11, 2023
1 parent daa7989 commit 436d387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public MainWindowController(string[] args)
{
Aura = new Aura("org.nickvision.cavalier", "Nickvision Cavalier", _("Cavalier"), _("Visualize audio with CAVA"));
Aura.Active.SetConfig<Configuration>("config");
AppInfo.Version = "2023.8.1-rc1";
AppInfo.Version = "2023.8.1";
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Cavalier");
AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Cavalier/issues/new");
AppInfo.SupportUrl = new Uri("https://github.com/NickvisionApps/Cavalier/discussions");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</screenshot>
</screenshots>
<releases>
<release type="stable" date="2023-08-07" version="2023.8.1-rc1">
<release version="2023.8.1" date="2023-08-11">
<description translatable="no">
<p>Changes compared to 2023.8.0:</p>
<ul>
Expand Down

0 comments on commit 436d387

Please sign in to comment.