Skip to content

Commit

Permalink
chore: release obsidian plugin v3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed May 25, 2024
1 parent 24c796e commit 7d94ac8
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/app/manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "media-extended",
"name": "Media Extended",
"version": "3.2.3",
"version": "3.2.4",
"minAppVersion": "1.5.7",
"description": "Media(Video/Audio) Playback Enhancement for Obsidian.md",
"author": "AidenLx",
Expand Down
2 changes: 1 addition & 1 deletion apps/app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "media-extended",
"name": "Media Extended",
"version": "3.2.3",
"version": "3.2.4",
"minAppVersion": "1.5.7",
"description": "Media(Video/Audio) Playback Enhancement for Obsidian.md",
"author": "AidenLx",
Expand Down
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "media-extended",
"version": "3.2.3",
"version": "3.2.4",
"scripts": {
"dev": "cross-env BUILD=development node esbuild.config.mjs",
"build": "tsc --build && cross-env BUILD=production node esbuild.config.mjs",
Expand Down
3 changes: 2 additions & 1 deletion apps/app/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@
"3.2.0": "1.5.7",
"3.2.1": "1.5.7",
"3.2.2": "1.5.7",
"3.2.3": "1.5.7"
"3.2.3": "1.5.7",
"3.2.4": "1.5.7"
}
2 changes: 1 addition & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "media-extended",
"name": "Media Extended",
"version": "3.2.3",
"version": "3.2.4",
"minAppVersion": "1.5.7",
"description": "Media(Video/Audio) Playback Enhancement for Obsidian.md",
"author": "AidenLx",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "media-extended",
"name": "Media Extended",
"version": "3.2.3",
"version": "3.2.4",
"minAppVersion": "1.5.7",
"description": "Media(Video/Audio) Playback Enhancement for Obsidian.md",
"author": "AidenLx",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@
"3.2.0": "1.5.7",
"3.2.1": "1.5.7",
"3.2.2": "1.5.7",
"3.2.3": "1.5.7"
"3.2.3": "1.5.7",
"3.2.4": "1.5.7"
}

0 comments on commit 7d94ac8

Please sign in to comment.