diff --git a/manifest.json b/manifest.json index ffc17ab..5a254d6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "csv-lite", "name": "CSV Lite", - "version": "1.1.3", + "version": "1.1.4", "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 02050ca..ef35bce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-csv", - "version": "1.1.3", + "version": "1.1.4", "description": "CSV viewer and editor for Obsidian", "main": "main.js", "scripts": {