Reset version

This commit is contained in:
Andras Schmelczer 2024-12-19 23:08:53 +00:00
parent 26cce993f5
commit 667dc0da1d
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 8 additions and 7 deletions

View file

@ -1,8 +1,8 @@
{
"id": "sample-plugin",
"name": "Sync & Share",
"version": "0.0.1-rc1",
"minAppVersion": "0.15.0",
"version": "0.0.1",
"minAppVersion": "0.0.0",
"description": "Demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "1.0.0",
"version": "0.0.1",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
@ -28,4 +28,4 @@
"typescript": "5.7.2",
"p-queue": "^8.0.1"
}
}
}

View file

@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
"0.0.0": "0.0.0",
"0.0.1": "0.0.0"
}