[*] Bump version and authors info.

This commit is contained in:
EndarValuk 2023-05-10 08:30:50 +00:00
parent 8b2c69b2f0
commit 95a6e32ad7
2 changed files with 22 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "advanced-merger",
"name": "Advanced Merger",
"version": "1.2.0",
"version": "1.3.0",
"minAppVersion": "0.15.0",
"description": "Merge a folder of notes for easier export.",
"author": "Anto Keinänen",

View file

@ -1,7 +1,21 @@
{
"name": "obsidian-sample-plugin",
"version": "1.0.0",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"name": "obsidian-advanced-merger",
"version": "1.3.0",
"description": "Merge a folder of notes for easier export. This plugin is designed for Obsidian (https://obsidian.md).",
"homepage": "https://github.com/antoKeinanen/obsidian-advanced-merger",
"contributors": [
{
"name": "Dmitry Besedin",
"email": "endarvaluk@gmail.com",
"url": "https://github.com/EndarValuk/"
}
],
"funding": [
{
"type": "individual",
"url": "http://example.com/donate"
}
],
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
@ -10,7 +24,10 @@
"prepare": "husky install"
},
"keywords": [],
"author": "",
"author": {
"name": "Anto Keinänen",
"url": "https://github.com/antoKeinanen/"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",