This commit is contained in:
delphi 2025-03-19 10:44:49 +08:00
parent 3ede3699e8
commit 5f3d03a717
4 changed files with 8 additions and 7 deletions

View file

@ -1,9 +1,9 @@
{
"id": "cubox-sync",
"name": "Cubox",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "Sync your Cubox articles & annotation",
"author": "delphi-2015",
"isDesktopOnly": false
}
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-cubox",
"version": "1.0.0",
"version": "1.0.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-cubox",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"luxon": "^3.1.1",

View file

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

View file

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