chore: bump version to 1.1.5

This commit is contained in:
JayBridge 2025-12-07 05:05:15 +08:00
parent 5c4d53deef
commit 30c0b8081a
4 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "csv-lite",
"name": "CSV Lite",
"version": "1.1.4",
"version": "1.1.5",
"minAppVersion": "1.8.0",
"description": "Just open and edit CSV files directly, no more. Keep it simple.",
"author": "Jay Bridge",

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "obsidian-csv",
"version": "1.1.4",
"version": "1.1.5",
"lockfileVersion": 3,
"requires": true,
"packages": {

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-csv",
"version": "1.1.4",
"version": "1.1.5",
"description": "CSV viewer and editor for Obsidian",
"main": "main.js",
"scripts": {

View file

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