This commit is contained in:
delphi 2026-04-15 08:20:20 +08:00
parent ec9ce75c59
commit 571e819ffb
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "cubox-sync",
"name": "Cubox",
"version": "1.0.6",
"version": "1.0.7",
"minAppVersion": "0.15.0",
"description": "Sync your Cubox articles & annotations",
"author": "delphi-2015",

4
package-lock.json generated
View file

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

View file

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

View file

@ -5,5 +5,6 @@
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
"1.0.6": "0.15.0"
"1.0.6": "0.15.0",
"1.0.7": "0.15.0"
}