Skip to content

Commit 42b7933

Browse files
committed
V2024.1.0
1 parent df2f28e commit 42b7933

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

2.25 KB
Loading

NickvisionCavalier.Shared/Controllers/MainWindowController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public MainWindowController(string[] args)
6161
AppInfo.EnglishShortName = "Cavalier";
6262
AppInfo.ShortName = _("Cavalier");
6363
AppInfo.Description = _("Visualize audio with CAVA");
64-
AppInfo.Version = "2024.1.0-next";
64+
AppInfo.Version = "2024.1.0";
6565
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Cavalier");
6666
AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Cavalier/issues/new");
6767
AppInfo.SupportUrl = new Uri("https://github.com/NickvisionApps/Cavalier/discussions");

NickvisionCavalier.Shared/Linux/org.nickvision.cavalier.metainfo.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</screenshot>
4848
</screenshots>
4949
<releases>
50-
<release version="2024.1.0-next" date="2024-01-01">
50+
<release version="2024.1.0" date="2024-01-04">
5151
<description translatable="no">
5252
<p>- The wave box drawing mode now draws smoother bezier curves (Thanks @OggyP)</p>
5353
<p>- Users can now specify `--fg aarrggbb` or `--bg aarrggbb` command line arguments to change the foreground and background color of the running Cavalier instance respectively</p>

0 commit comments

Comments
 (0)