Skip to content

Commit bd66e2e

Browse files
committed
docs: Add new release version to metainfo
Signed-off-by: Felicitas Pojtinger <[email protected]>
1 parent 28e8d94 commit bd66e2e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

internal/components/main_menu.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ func AddMainMenu(
3131
menuBuilder := gtk.NewBuilderFromResource(resources.GResourceMenuPath)
3232
menu := menuBuilder.GetObject("main-menu").Cast().(*gio.Menu)
3333

34-
aboutDialog := adw.NewAboutDialogFromAppdata(resources.GResourceMetainfoPath, "0.1.5")
34+
aboutDialog := adw.NewAboutDialogFromAppdata(resources.GResourceMetainfoPath, "0.1.6")
3535
aboutDialog.SetDevelopers([]string{"Felicitas Pojtinger"})
3636
aboutDialog.SetArtists([]string{"Brage Fuglseth"})
37-
aboutDialog.SetCopyright(2024 Felicitas Pojtinger")
37+
aboutDialog.SetCopyright(2025 Felicitas Pojtinger")
3838

3939
preferencesBuilder := gtk.NewBuilderFromResource(resources.GResourcePreferencesPath)
4040
preferencesDialog := preferencesBuilder.GetObject("preferences-dialog").Cast().(*adw.PreferencesWindow)

internal/resources/com.pojtinger.felicitas.Multiplex.metainfo.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@
102102
</screenshots>
103103

104104
<releases>
105+
<release version="0.1.6" date='2025-01-16T18:00:00Z-0700'>
106+
<url type="details">https://github.com/pojntfx/multiplex/releases/tag/v0.1.6</url>
107+
108+
<description>
109+
<p>Visual refinements to match the state of the art of GNOME apps</p>
110+
</description>
111+
</release>
112+
105113
<release version="0.1.5" date='2024-08-15T18:58:38Z-0700'>
106114
<url type="details">https://github.com/pojntfx/multiplex/releases/tag/v0.1.5</url>
107115

0 commit comments

Comments
 (0)