Skip to content

Commit

Permalink
Bumped version to 0.3.4 for second attempt at flatpak release.
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCode committed Jan 7, 2024
1 parent 9cb20e2 commit 3743ff5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Cycles-AppImage
path: cycles-0.3.3-x86_64.AppImage
path: cycles-0.3.4-x86_64.AppImage
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func main() {
//log.Fatal("Could not load icon:", err)
}

myWindow := myApp.NewWindow("Cycles | 0.3.3")
myWindow := myApp.NewWindow("Cycles | 0.3.4")
myWindow.SetIcon(icon)

// Determine the number of CPU cores
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tylercode-cycles
version: '0.3.3'
version: '0.3.4'
summary: A simple, theme-aware, CPU information tool
description: |
This application displays all logical cores on the machine and the current clock speed and core utilization. The theme is controlled by the OS.
Expand Down
2 changes: 1 addition & 1 deletion us.tylerc.cycles.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<content_rating type="oars-1.1" />

<releases>
<release version="0.3.3" date="2024-01-06" type="stable">
<release version="0.3.4" date="2024-01-06" type="stable">
<description>
<p>Initial flatpak release, enhanced graph sizing</p>
</description>
Expand Down
4 changes: 2 additions & 2 deletions us.tylerc.cycles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ modules:
- install -Dm00644 $FLATPAK_ID.appdata.xml $FLATPAK_DEST/share/appdata/$FLATPAK_ID.appdata.xml
sources:
- type: archive
url: "https://get.station307.com/hOyTmMww0ve/repo-archive.tar.gz"
sha256: 6c3100fe558a4c2d6cde99dcb9e4dd2d17d771edde93ab4ac5e477749a700aed
url: "https://github.com/TylerCode/cycles/archive/refs/tags/0.3.4.tar.gz"
sha256: e7896685032993984aa5248a53f3e13ef156944a04d0f486b0160b200b58273c

0 comments on commit 3743ff5

Please sign in to comment.