Skip to content

Commit 6ff732a

Browse files
committed
build: bump to 2.14.5
1 parent fb9f43d commit 6ff732a

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-icon-folder",
33
"name": "Iconize",
4-
"version": "2.14.4",
4+
"version": "2.14.5",
55
"minAppVersion": "0.9.12",
66
"description": "Add icons to anything you desire in Obsidian, including files, folders, and text.",
77
"author": "Florian Woelki",

src/lib/util/text.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Cache for font size
2-
let cachedFontSize: number | null = null;
2+
let cachedFontSize: number | null = null;
33
let fontSizeCacheTime: number = 0;
44

55
const calculateFontTextSize = () => {

0 commit comments

Comments
 (0)