This commit is contained in:
stfrigerio 2025-11-05 14:04:41 +01:00
parent 21a5565f1f
commit b67a99dad2
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "sqlite-db",
"name": "SQLite DB",
"version": "1.0.2",
"version": "1.0.3",
"minAppVersion": "0.15.0",
"description": "Interact with local SQLite files in your notes",
"author": "Stefano Frigerio",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "sqlitedb",
"version": "1.0.2",
"version": "1.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "sqlitedb",
"version": "1.0.2",
"version": "1.0.3",
"license": "MIT",
"dependencies": {
"chart.js": "^4.5.1",

View file

@ -1,6 +1,6 @@
{
"name": "sqlitedb",
"version": "1.0.2",
"version": "1.0.3",
"description": "A plugin that allows to interact with sqlite databases in Obsidian",
"main": "main.js",
"scripts": {

View file

@ -1,5 +1,6 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.0.2": "0.15.0"
"1.0.2": "0.15.0",
"1.0.3": "0.15.0"
}