Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Feb 13, 2024
1 parent ce360e5 commit b70b99e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,15 @@ jobs:
asset_content_type: application/octet-stream

- name: Hash
if: runner.os == 'Windows' || runner.os == 'Linux'
run: cat ./core/target/release/upload/authme-${{steps.version.outputs.prop}}-${{matrix.NAME}}-x64.sig
shell: bash

- name: Hash
if: runner.os == 'macOS'
run: cat ./core/target/release/upload/authme-${{steps.version.outputs.prop}}-${{matrix.NAME}}-universal.sig
shell: bash

- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authme",
"version": "4.2.1",
"version": "5.0.0",
"description": "Simple cross-platform two-factor (2FA) authenticator app for desktop.",
"author": "Levminer",
"license": "GPL-3.0",
Expand Down

0 comments on commit b70b99e

Please sign in to comment.