diff --git a/manifest-beta.json b/manifest-beta.json index 0e8f9f5..cdf6acb 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "numerals", "name": "Numerals", - "version": "1.4.0", + "version": "1.4.1", "minAppVersion": "0.16.0", "description": "Numerals turns any code block into an advanced calculator. Evaluates math expressions on each line of a code block, including units, currency, and optional TeX rendering.", "author": "RyanC", diff --git a/package.json b/package.json index 5b54119..435a3eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-numerals", - "version": "1.4.0", + "version": "1.4.1", "description": "Numerals turns any code block into an advanced calculator. Evaluates math expressions on each line of a code block, including units, currency, and optional TeX rendering.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 28a12cd..9b6c925 100644 --- a/versions.json +++ b/versions.json @@ -6,5 +6,6 @@ "1.2.1": "0.16.0", "1.3.0": "0.16.0", "1.3.1": "0.16.0", - "1.4.0": "0.16.0" + "1.4.0": "0.16.0", + "1.4.1": "0.16.0" }