From 6fdfc06ddecc06b6085a410a849d606e9c04234d Mon Sep 17 00:00:00 2001 From: orelby <--list> Date: Fri, 4 Jul 2025 18:44:14 +0300 Subject: [PATCH] 0.0.2 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 1a53865..9386aad 100644 --- a/manifest.json +++ b/manifest.json @@ -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 -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 84df75d..2afddba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index 5f933c8..abf7d2d 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/versions.json b/versions.json index 7a2660f..651e0b3 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.0.1": "0.16.0" -} + "0.0.1": "0.16.0", + "0.0.2": "0.16.0" +} \ No newline at end of file