This commit is contained in:
orelby 2025-07-04 18:44:14 +03:00
parent f34112966f
commit 6fdfc06dde
4 changed files with 8 additions and 7 deletions

View file

@ -1,10 +1,10 @@
{
"id": "rtl-math-text",
"name": "RTL Math Text",
"version": "0.0.1",
"version": "0.0.2",
"minAppVersion": "0.16.0",
"description": "Mix right-to-left and left-to-right text in math expressions using configurable commands.",
"author": "orelby",
"authorUrl": "",
"isDesktopOnly": false
}
}

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-rtl-math-text-plugin",
"version": "0.0.1",
"version": "0.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-rtl-math-text-plugin",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.18.126",

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-rtl-math-text-plugin",
"version": "0.0.1",
"version": "0.0.2",
"description": "A plugin for Obsidian (https://obsidian.md) that adds support for RTL in math expressions.",
"main": "main.js",
"scripts": {

View file

@ -1,3 +1,4 @@
{
"0.0.1": "0.16.0"
}
"0.0.1": "0.16.0",
"0.0.2": "0.16.0"
}