Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit ee31ec6

Browse files
committed
Bump version
1 parent 07fca61 commit ee31ec6

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "notion-like-tables",
33
"name": "Notion-Like Tables",
4-
"version": "1.2.0",
4+
"version": "2.0.0",
55
"minAppVersion": "0.12.0",
66
"description": "Create markdown tables using an interface similar to that found in Notion.so.",
77
"author": "Trey Wallis",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-notion-like-tables",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "Notion-like tables for Obsidian.md",
55
"main": "main.js",
66
"scripts": {

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"0.3.0": "0.12.0",
99
"1.0.0": "0.12.0",
1010
"1.1.0": "0.12.0",
11-
"1.2.0": "0.12.0"
11+
"1.2.0": "0.12.0",
12+
"2.0.0": "0.12.0"
1213
}

0 commit comments

Comments
 (0)