Skip to content

Commit

Permalink
Update version constants to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Mar 12, 2024
1 parent 36d832d commit f9a8415
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FyneApp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Website = "https://rymdport.github.io/"
Icon = "internal/assets/icons/icon-512.png"
Name = "Rymdport"
ID = "io.github.jacalz.rymdport"
Version = "3.5.2"
Build = 26
Version = "3.6.0"
Build = 27

[LinuxAndBSD]
GenericName = "File Transfer"
Expand Down
2 changes: 1 addition & 1 deletion internal/ui/about.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

func newAboutTab(app fyne.App) *container.TabItem {
const version = "v3.5.2"
const version = "v3.6.0"

repoURL := util.URLToGitHubProject("")
icon := newClickableIcon(app.Icon(), repoURL, app)
Expand Down

0 comments on commit f9a8415

Please sign in to comment.