Skip to content

Commit

Permalink
Bump version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redbug312 committed Feb 26, 2022
1 parent b1724c6 commit 6690049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: |
gem install --no-document fpm
fbs installer
mv target/ntuoc13-punch-clockSetup.exe target/ntuoc13-punch-clock-windows.exe
mv target/ntuoc13-punch-clockSetup.exe ntuoc13-punch-clock-windows.exe
- uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
Expand Down
2 changes: 1 addition & 1 deletion src/build/settings/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"author": "RedBug312",
"main_module": "src/main/python/main.py",
"hidden_imports": ["qspreadsheet.alphabetspinbox", "widgets", "pkg_resources.py2_warn"],
"version": "1.2.0"
"version": "1.2.1"
}

0 comments on commit 6690049

Please sign in to comment.