Skip to content

Commit

Permalink
docs: Add new release version to about menu
Browse files Browse the repository at this point in the history
Signed-off-by: Felicitas Pojtinger <[email protected]>
  • Loading branch information
pojntfx committed Aug 16, 2024
1 parent 6d67fb6 commit 8d56951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/components/main_menu.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func AddMainMenu(
menuBuilder := gtk.NewBuilderFromResource(resources.GResourceMenuPath)
menu := menuBuilder.GetObject("main-menu").Cast().(*gio.Menu)

aboutDialog := adw.NewAboutDialogFromAppdata(resources.GResourceMetainfoPath, "0.1.4")
aboutDialog := adw.NewAboutDialogFromAppdata(resources.GResourceMetainfoPath, "0.1.5")
aboutDialog.SetDevelopers([]string{"Felicitas Pojtinger"})
aboutDialog.SetArtists([]string{"Brage Fuglseth"})
aboutDialog.SetCopyright("© 2024 Felicitas Pojtinger")
Expand Down

0 comments on commit 8d56951

Please sign in to comment.