Skip to content

Commit

Permalink
Merge pull request #17 from mProjectsCode/master
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
mProjectsCode authored Jun 1, 2022
2 parents ad750ce + 5ba795e commit d6f72b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 Plugin",
"version": "0.1.8",
"version": "0.1.11",
"minAppVersion": "0.14.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 src/utils/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {MediaTypeModel} from '../models/MediaTypeModel';
export const pluginName: string = 'obsidian-media-db-plugin';
export const contactEmail: string = 'm.projects.code@gmail.com';
export const mediaDbTag: string = 'mediaDB';
export const mediaDbVersion: string = '0.1.8';
export const mediaDbVersion: string = '0.1.11';
export const debug: boolean = false;

export function wrapAround(value: number, size: number): number {
Expand Down

0 comments on commit d6f72b3

Please sign in to comment.