Bump version

This commit is contained in:
Andras Schmelczer 2024-12-20 18:40:32 +00:00
parent 395b8b6784
commit 8003f7b0f3
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{
"id": "sample-plugin",
"name": "Sync & Share",
"version": "0.0.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-sample-plugin",
"version": "0.0.5",
"version": "0.0.6",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "0.0.5",
"version": "0.0.6",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
@ -30,4 +30,4 @@
"typescript-eslint": "8.18.0",
"esbuild-sass-plugin": "^3.3.1"
}
}
}

View file

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