Skip to content

Commit 8d56951

Browse files
committed
docs: Add new release version to about menu
Signed-off-by: Felicitas Pojtinger <[email protected]>
1 parent 6d67fb6 commit 8d56951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/components/main_menu.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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.4")
34+
aboutDialog := adw.NewAboutDialogFromAppdata(resources.GResourceMetainfoPath, "0.1.5")
3535
aboutDialog.SetDevelopers([]string{"Felicitas Pojtinger"})
3636
aboutDialog.SetArtists([]string{"Brage Fuglseth"})
3737
aboutDialog.SetCopyright("© 2024 Felicitas Pojtinger")

0 commit comments

Comments
 (0)