Skip to content

Commit

Permalink
[auto] bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mProjectsCode committed Jun 22, 2024
1 parent 8bbb38b commit 8fe741b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.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.7.0",
"version": "0.7.1",
"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 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.7.0",
"version": "0.7.1",
"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.7.0",
"version": "0.7.1",
"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,4 +1,5 @@
{
"0.1.7": "0.14.0",
"0.7.0": "1.5.0"
"0.7.0": "1.5.0",
"0.7.1": "1.5.0"
}

0 comments on commit 8fe741b

Please sign in to comment.