diff --git a/package.json b/package.json index 65f1f74..d4b071d 100644 --- a/package.json +++ b/package.json @@ -1,24 +1,24 @@ { - "name": "oa-file-hider", - "version": "1.0.0", - "description": "An Obsidian plugin that allows hiding files and folders in the built-in file explorer", - "main": "main.js", - "scripts": { - "dev": "echo Use command: make dev", - "build": "echo Use command: make release", - "version": "echo Use command: make version" - }, - "keywords": [], - "author": "Oliver Akins", - "license": "MIT", - "devDependencies": { - "@types/node": "^16.11.6", - "@typescript-eslint/eslint-plugin": "^5.2.0", - "@typescript-eslint/parser": "^5.2.0", - "builtin-modules": "^3.2.0", - "esbuild": "0.13.12", - "obsidian": "latest", - "tslib": "2.3.1", - "typescript": "4.4.4" - } -} + "name": "oa-file-hider", + "version": "1.0.0", + "description": "An Obsidian plugin that allows hiding files and folders in the built-in file explorer", + "main": "main.js", + "scripts": { + "dev": "echo Use command: make dev", + "build": "echo Use command: make release", + "version": "echo This is a part of: make release" + }, + "keywords": [], + "author": "Oliver Akins", + "license": "MIT", + "devDependencies": { + "@types/node": "^16.11.6", + "@typescript-eslint/eslint-plugin": "^5.2.0", + "@typescript-eslint/parser": "^5.2.0", + "builtin-modules": "^3.2.0", + "esbuild": "0.13.12", + "obsidian": "latest", + "tslib": "2.3.1", + "typescript": "4.4.4" + } +} \ No newline at end of file diff --git a/versions.json b/versions.json index 0967ef4..1995bc3 100644 --- a/versions.json +++ b/versions.json @@ -1 +1,3 @@ -{} +{ + "1.0.0": "0.14.6" +} \ No newline at end of file