We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6285993 commit 0b31e49Copy full SHA for 0b31e49
‎.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
79
if [ "${{ github.event.inputs.update_manifest }}" = "true" ]; then
80
sed -i 's|\(version":\) "[0-9\.]*"|\1 "'$VERSION'"|' manifest.json
81
fi
82
- if [ "${{ github.event.inputs.update_brat }}" = "true"]; then
+ if [ "${{ github.event.inputs.update_brat }}" = "true" ]; then
83
sed -i 's|\(version":\) "[0-9\.]*"|\1 "'$VERSION'"|' manifest-beta.json
84
85
‎manifest-beta.json
@@ -1,7 +1,7 @@
1
{
2
"id": "obsidian-snippetor",
3
"name": "Snippetor",
4
- "version": "0.4.3",
+ "version": "0.4.4",
5
"minAppVersion": "0.13.10",
6
"description": "Create and tweak common snippets (starting with custom tasks)",
7
"author": "ebullient",
0 commit comments