Skip to content

Commit

Permalink
beta2 -> rc1
Browse files Browse the repository at this point in the history
I think I'm done with features for this week
  • Loading branch information
fsobolev committed Aug 7, 2023
1 parent 52df9a0 commit 0f9a2a1
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-beta2";
AppInfo.Version = "2023.8.1-rc1";
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-beta2">
<release type="stable" date="2023-08-07" version="2023.8.1-rc1">
<description translatable="no">
<p>Changes compared to 2023.8.0:</p>
<ul>
Expand Down

0 comments on commit 0f9a2a1

Please sign in to comment.