This commit is contained in:
delphi 2025-04-07 20:30:36 +08:00
parent eddc81c2cf
commit 183d3a1588
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "cubox-sync",
"name": "Cubox",
"version": "1.0.3",
"version": "1.0.4",
"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.3",
"version": "1.0.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-cubox",
"version": "1.0.3",
"version": "1.0.4",
"license": "MIT",
"dependencies": {
"luxon": "^3.1.1",

View file

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

View file

@ -2,5 +2,6 @@
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0",
"1.0.3": "0.15.0"
"1.0.3": "0.15.0",
"1.0.4": "0.15.0"
}