Skip to content

Commit 0b8e2fa

Browse files
committed
fix: bump version to 5
1 parent dccc700 commit 0b8e2fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-release-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,13 @@ jobs:
213213
214214
# Calculate Base64-encoded SHA-512 hash using CertUtil
215215
HASH=$(certutil -hashfile "$FILE" SHA512 | tail -n +2 | head -n -1 | tr -d '\r\n' | xxd -r -p | base64)
216-
216+
217217
# Log the calculated hash and file size
218218
echo "Calculated SHA-512 hash (Base64): $HASH"
219219
echo "File size (bytes): $SIZE"
220220
221221
# Escape special characters in HASH for sed
222-
ESCAPED_HASH=$(printf '%s\n' "$HASH" | sed 's/[&/\]/\\&/g')
222+
ESCAPED_HASH=$(printf '%s\n' "$HASH" | sed -e 's/[\/&]/\\&/g')
223223
224224
# Update the `sha512` and `size` fields in the `files` section
225225
sed -i "s#sha512: .*#sha512: $ESCAPED_HASH#" "$LATEST_YML"

packages/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "desktop",
33
"productName": "Firefly IOTA",
4-
"version": "2.1.0-alpha-4",
4+
"version": "2.1.0-alpha-5",
55
"description": "Official wallet application of Shimmer",
66
"main": "public/build/main.js",
77
"repository": "[email protected]:iotaledger/firefly.git",

0 commit comments

Comments
 (0)