Skip to content

Commit

Permalink
Bump workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinTimperio committed Dec 16, 2024
1 parent 093f0d2 commit 8f0273e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ jobs:
fyne-cross/dist/linux-arm64/onionsoup.tar.xz
fyne-cross/dist/windows-amd64/onionsoup.exe.zip
fyne-cross/dist/windows-arm64/onionsoup.exe.zip
token: ${{ secrets.GH_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This example highlights how 2 parties (Alice and Bob), can bootstrap a conversat
4. Open OnionSoup!

### Windows
1. Download the prebuilt `exe.zip` and extract it.
1. Download the prebuilt `exe.zip` from the Release page and extract it.
2. Download and install the tor expert bundle from [here](https://www.torproject.org/download/tor/) and start the daemon service with `c:\Tor\tor.exe –-service install`
3. Open OnionSoup!

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.0"
const Version = "1.0.1"

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

0 comments on commit 8f0273e

Please sign in to comment.