Skip to content

Commit

Permalink
[auto] bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mProjectsCode committed Jun 2, 2024
1 parent 247d137 commit 8deaedc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion manifest-beta.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"id": "obsidian-media-db-plugin",
"name": "Media DB",
"version": "0.6.0",
"version": "0.7.0",
"minAppVersion": "1.5.0",
"description": "A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.",
"author": "Moritz Jung",
"authorUrl": "https://www.moritzjung.dev",
"fundingUrl": "https://github.com/sponsors/mProjectsCode",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-media-db-plugin",
"name": "Media DB",
"version": "0.6.0",
"version": "0.7.0",
"minAppVersion": "1.5.0",
"description": "A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.",
"author": "Moritz Jung",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-media-db-plugin",
"version": "0.6.0",
"version": "0.7.0",
"description": "A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"0.1.7": "0.14.0"
"0.1.7": "0.14.0",
"0.7.0": "1.5.0"
}

0 comments on commit 8deaedc

Please sign in to comment.