diff --git a/manifest.json b/manifest.json index 7e102ef..2ed81df 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "csv-lite", "name": "CSV Lite", - "version": "1.6.1", + "version": "1.7.0", "minAppVersion": "1.8.0", "description": "Just open and edit CSV files directly, no more. Keep it simple.", "author": "Jay Bridge", diff --git a/package-lock.json b/package-lock.json index f78e89a..a05b8d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-csv", - "version": "1.6.1", + "version": "1.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-csv", - "version": "1.6.1", + "version": "1.7.0", "license": "MIT", "dependencies": { "@codemirror/commands": "^6.8.1", diff --git a/package.json b/package.json index e81f1d8..ba24b8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-csv", - "version": "1.6.1", + "version": "1.7.0", "description": "CSV viewer and editor for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 75cae92..9de6d1b 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "1.0.0": "0.15.0", - "1.1.5": "1.8.0" + "1.1.5": "1.8.0", + "1.7.0": "1.8.0" }