From 0aa33847932e960652e848211ce6851ddd687d84 Mon Sep 17 00:00:00 2001 From: JayBridge <12310903@mail.sustech.edu.cn> Date: Tue, 16 Sep 2025 16:28:50 +0800 Subject: [PATCH] chore: bump version to 1.1.3 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 25fe06c..ffc17ab 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "csv-lite", "name": "CSV Lite", - "version": "1.1.2", + "version": "1.1.3", "minAppVersion": "1.8.0", "description": "Just open and edit CSV files directly, no more. Keep it simple.", "author": "Jay Bridge", diff --git a/package.json b/package.json index fa71caa..02050ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-csv", - "version": "1.1.2", + "version": "1.1.3", "description": "CSV viewer and editor for Obsidian", "main": "main.js", "scripts": {