Skip to content

Commit

Permalink
Fix runner and update verison
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lonsdale committed Nov 25, 2022
1 parent da8b681 commit 7867365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install dependency env
uses: actions/setup-python@v2
with:
python-version: '3.8.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
python-version: '3.9.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion assets/gui.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ <h5 class="h4">Settings</h5>
<div class="row">
<div class="col-12 col-md text-center">
<small>
Toblerone v0.3.7
Toblerone App v1.0.0
</small>
</div>
</div>
Expand Down

0 comments on commit 7867365

Please sign in to comment.