Skip to content

Commit

Permalink
Third times the charm?
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTimperio committed Dec 16, 2024
1 parent 772ac0d commit 91d81c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
mv fyne-cross/dist/linux-amd64/onionsoup.tar.xz fyne-cross/onionsoup_linux_amd64.tar.xz
mv fyne-cross/dist/linux-arm64/onionsoup.tar.xz fyne-cross/onionsoup_linux_arm64.tar.xz
mv fyne-cross/dist/windows-amd64/onionsoup.tar.xz fyne-cross/onionsoup_windows_amd64.tar.xz
mv fyne-cross/dist/windows-arm64/onionsoup.tar.xz fyne-cross/onionsoup_windows_arm64.tar.xz
mv fyne-cross/dist/windows-amd64/onionsoup.exe.zip fyne-cross/onionsoup_windows_amd64.exe.zip
mv fyne-cross/dist/windows-arm64/onionsoup.exe.zip fyne-cross/onionsoup_windows_arm64.exe.zip
- name: Release
uses: softprops/action-gh-release@v2
Expand Down
2 changes: 1 addition & 1 deletion menus/home.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"fyne.io/fyne/v2/widget"
)

const Version = "1.0.2"
const Version = "1.0.3"

func HomeView(w fyne.Window) fyne.CanvasObject {
logo := canvas.NewImageFromResource(data.Logo)
Expand Down

0 comments on commit 91d81c4

Please sign in to comment.