Skip to content

Commit 23be371

Browse files
committed
updated to v0.1.2
1 parent c869ec6 commit 23be371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-table-to-csv-exporter",
33
"name": "Table to CSV Exporter",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"minAppVersion": "0.14.6",
66
"description": "This plugin allows for exporting tables from a pane in reading mode into CSV files.",
77
"author": "Stefan Wolfrum",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-table-to-csv-exporter",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "This plugin allows to export tables in a preview pane to be exported to CSV files.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)