Skip to content

Commit

Permalink
chore: release obsidian plugin v3.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenlx committed Feb 17, 2024
1 parent 1d7e945 commit 0741529
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.10",
"version": "3.0.0-beta.11",
"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.10",
"version": "3.0.0-beta.11",
"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 @@ -39,5 +39,6 @@
"3.0.0-beta.7": "1.5.3",
"3.0.0-beta.8": "1.5.3",
"3.0.0-beta.9": "1.5.3",
"3.0.0-beta.10": "1.5.3"
"3.0.0-beta.10": "1.5.3",
"3.0.0-beta.11": "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.10",
"version": "3.0.0-beta.11",
"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 @@ -39,5 +39,6 @@
"3.0.0-beta.7": "1.5.3",
"3.0.0-beta.8": "1.5.3",
"3.0.0-beta.9": "1.5.3",
"3.0.0-beta.10": "1.5.3"
"3.0.0-beta.10": "1.5.3",
"3.0.0-beta.11": "1.5.3"
}

0 comments on commit 0741529

Please sign in to comment.