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

Commit 33dd53e

Browse files
committed
chore: bump version
1 parent 7cb0e13 commit 33dd53e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"authorUrl": "https://github.com/trey-wallis",
88
"isDesktopOnly": false,
99
"fundingUrl": "https://www.buymeacoffee.com/treywallis",
10-
"version": "6.15.0"
10+
"version": "6.15.1"
1111
}

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": "6.15.0",
3+
"version": "6.15.1",
44
"description": "Notion-like tables for Obsidian.md",
55
"main": "main.js",
66
"scripts": {

src/data/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const CURRENT_PLUGIN_VERSION = "6.15.0";
1+
export const CURRENT_PLUGIN_VERSION = "6.15.1";
22

33
export const DEFAULT_TABLE_NAME = "Untitled";
44

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,6 @@
9898
"6.14.3": "0.15.0",
9999
"6.14.4": "0.15.0",
100100
"6.14.5": "0.15.0",
101-
"6.15.0": "0.15.0"
101+
"6.15.0": "0.15.0",
102+
"6.15.1": "0.15.0"
102103
}

0 commit comments

Comments
 (0)