Skip to content

Commit

Permalink
chore: release obsidian plugin v3.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Feb 15, 2024
1 parent 3f527a5 commit 4e21ed6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 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.0.0-beta.4",
"version": "3.0.0-beta.5",
"minAppVersion": "1.5.3",
"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.0.0-beta.4",
"version": "3.0.0-beta.5",
"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 @@ -33,5 +33,6 @@
"3.0.0-beta.1": "1.5.3",
"3.0.0-beta.2": "1.5.3",
"3.0.0-beta.3": "1.5.3",
"3.0.0-beta.4": "1.5.3"
"3.0.0-beta.4": "1.5.3",
"3.0.0-beta.5": "1.5.3"
}
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.0.0-beta.4",
"version": "3.0.0-beta.5",
"minAppVersion": "1.5.3",
"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 @@ -33,5 +33,6 @@
"3.0.0-beta.1": "1.5.3",
"3.0.0-beta.2": "1.5.3",
"3.0.0-beta.3": "1.5.3",
"3.0.0-beta.4": "1.5.3"
"3.0.0-beta.4": "1.5.3",
"3.0.0-beta.5": "1.5.3"
}

0 comments on commit 4e21ed6

Please sign in to comment.