bump version to 0.3.0
This commit is contained in:
parent
115728fb7b
commit
61ebbc8599
6 changed files with 35 additions and 10 deletions
|
|
@ -4,8 +4,8 @@ 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.2.1';
|
||||
export const debug: boolean = true;
|
||||
export const mediaDbVersion: string = '0.3.0';
|
||||
export const debug: boolean = false;
|
||||
|
||||
export function wrapAround(value: number, size: number): number {
|
||||
return ((value % size) + size) % size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue