Merge pull request #662 from bitwarden/version-bump

bump version v1.24.1
This commit is contained in:
Joseph Flinn 2021-01-22 15:40:20 -08:00 committed by GitHub
commit ee1ea1a887
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -24,7 +24,6 @@ jobs:
RELEASE_TAG_NAME: ${{ github.event.inputs.release_tag_name }}
- name: Create Draft Release
if: false
id: create_release
uses: actions/create-release@v1
env:
@ -38,7 +37,6 @@ jobs:
linux:
runs-on: ubuntu-latest
if: false
needs: setup
steps:
- name: Set up Node
@ -92,7 +90,6 @@ jobs:
windows:
runs-on: windows-latest
if: false
needs: setup
steps:
- name: Set up dotnet

View File

@ -2,7 +2,7 @@
"name": "bitwarden",
"productName": "Bitwarden",
"description": "A secure and free password manager for all of your devices.",
"version": "1.24.0",
"version": "1.24.1",
"author": "Bitwarden Inc. <hello@bitwarden.com> (https://bitwarden.com)",
"homepage": "https://bitwarden.com",
"license": "GPL-3.0",