This commit is contained in:
Andras Schmelczer 2024-12-20 20:32:32 +00:00
parent 90bc893007
commit c47e76b434
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "sample-plugin",
"name": "Sync & Share",
"version": "0.0.6",
"version": "0.0.7",
"minAppVersion": "0.0.0",
"description": "Demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",

View file

@ -1,12 +1,12 @@
{
"name": "obsidian-sample-plugin",
"version": "0.0.6",
"version": "0.0.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-sample-plugin",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "0.0.6",
"version": "0.0.7",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {

View file

@ -5,5 +5,6 @@
"0.0.3": "0.0.0",
"0.0.4": "0.0.0",
"0.0.5": "0.0.0",
"0.0.6": "0.0.0"
"0.0.6": "0.0.0",
"0.0.7": "0.0.0"
}