Skip to content

Commit 0b31e49

Browse files
committed
👷 sync manifest-beta
1 parent 6285993 commit 0b31e49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if [ "${{ github.event.inputs.update_manifest }}" = "true" ]; then
8080
sed -i 's|\(version":\) "[0-9\.]*"|\1 "'$VERSION'"|' manifest.json
8181
fi
82-
if [ "${{ github.event.inputs.update_brat }}" = "true"]; then
82+
if [ "${{ github.event.inputs.update_brat }}" = "true" ]; then
8383
sed -i 's|\(version":\) "[0-9\.]*"|\1 "'$VERSION'"|' manifest-beta.json
8484
fi
8585

‎manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-snippetor",
33
"name": "Snippetor",
4-
"version": "0.4.3",
4+
"version": "0.4.4",
55
"minAppVersion": "0.13.10",
66
"description": "Create and tweak common snippets (starting with custom tasks)",
77
"author": "ebullient",

0 commit comments

Comments
 (0)