Skip to content

Commit 080a2db

Browse files
committed
update version to test workflow
1 parent 2c22735 commit 080a2db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
VERSION=${{ needs.check_version.outputs.new_version }}
9292
FORMATTED_CHANGELOG=$(echo "$CHANGELOG" | sed 's/\\n/\n/g' | sed 's/^/ - /')
93-
echo "- \`v${VERSION}\`\n${FORMATTED_CHANGELOG}"\n | sed 's/\\n/\n/g')"
93+
echo "- \`v${VERSION}\`\n${FORMATTED_CHANGELOG}"\n | sed 's/\\n/\n/g'"
9494
9595
# - name: Commit changes
9696
# run: |

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "SignatureSync: Pro Signatures",
55
"short_name": "SignatureSync",
66
"description": "Simplify your messaging with SignatureSync, the tool that automates your signatures, ensuring a professional touch every time.",
7-
"version": "3.3",
7+
"version": "3.4",
88
"icons": {
99
"16": "icons/light/icon16.png",
1010
"32": "icons/light/icon32.png",

0 commit comments

Comments
 (0)