Skip to content

Commit

Permalink
chore: bump version to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchen committed Jan 25, 2025
1 parent 52beddb commit bc2c845
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: '22.x'
- name: Set OpenSSL Legacy Provider
run: export NODE_OPTIONS=--openssl-legacy-provider
run: echo "NODE_OPTIONS=--openssl-legacy-provider" >> $GITHUB_ENV
- name: Build App
run: |
if [ -e yarn.lock ]; then
Expand Down
Empty file added .yarn/versions/c8063df9.yml
Empty file.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arcomage-hd",
"version": "1.4.1",
"version": "1.4.2",
"description": "Web-based free and open source HD clone of 3DO and NWC's 2000 card game Arcomage",
"repository": {
"type": "git",
Expand Down

0 comments on commit bc2c845

Please sign in to comment.