diff --git a/manifest.json b/manifest.json index 2be62b4..b08fa88 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "theme-engine", "name": "Theme Engine", - "version": "2.0.0", - "minAppVersion": "1.8.7", + "version": "2.1.0", + "minAppVersion": "1.11.0", "description": "Take full control of your workspace with dynamic theme profiles, live overrides, and a powerful customization engine built for complete visual freedom.", "author": "Yazan Ammar", "authorUrl": "https://github.com/YazanAmmar", diff --git a/package-lock.json b/package-lock.json index edae995..5c3ca83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-theme-engine", - "version": "2.0.0", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-theme-engine", - "version": "2.0.0", + "version": "2.1.0", "license": "MIT", "dependencies": { "sortablejs": "^1.15.7", diff --git a/package.json b/package.json index af584b9..5392202 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "theme-engine", - "version": "2.0.0", + "version": "2.1.0", "description": "Take full control of your workspace with dynamic theme profiles, live overrides, and a powerful customization engine built for complete visual freedom.", "main": "main.js", "type": "module", diff --git a/src/i18n/locales/ar.ts b/src/i18n/locales/ar.ts index f053a90..374b169 100644 --- a/src/i18n/locales/ar.ts +++ b/src/i18n/locales/ar.ts @@ -1,6 +1,6 @@ export default { plugin: { - name: 'متحكم الألوان - v2.0.0', + name: 'متحكم الألوان - v2.1.0', ribbonTooltip: 'إعدادات Theme Engine', }, buttons: { diff --git a/src/i18n/locales/en.ts b/src/i18n/locales/en.ts index 20b9028..d97db67 100644 --- a/src/i18n/locales/en.ts +++ b/src/i18n/locales/en.ts @@ -1,6 +1,6 @@ export default { plugin: { - name: 'Theme engine - v2.0.0', + name: 'Theme engine - v2.1.0', ribbonTooltip: 'Theme engine settings', }, buttons: { diff --git a/src/i18n/locales/fa.ts b/src/i18n/locales/fa.ts index 732c3af..1fc4bde 100644 --- a/src/i18n/locales/fa.ts +++ b/src/i18n/locales/fa.ts @@ -1,6 +1,6 @@ export default { plugin: { - name: 'استاد رنگ - v2.0.0', + name: 'استاد رنگ - v2.1.0', ribbonTooltip: 'تنظیمات استاد رنگ', }, buttons: { diff --git a/src/i18n/locales/fr.ts b/src/i18n/locales/fr.ts index c2e9a33..2f9c97a 100644 --- a/src/i18n/locales/fr.ts +++ b/src/i18n/locales/fr.ts @@ -1,6 +1,6 @@ export default { plugin: { - name: 'Maître des Couleurs - v2.0.0', + name: 'Maître des Couleurs - v2.1.0', ribbonTooltip: 'Paramètres de Theme Engine', }, buttons: { diff --git a/src/main.ts b/src/main.ts index 4292a57..772ad03 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,6 +1,6 @@ /* * Theme Engine - Obsidian Plugin - * Version: 2.0.0 + * Version: 2.1.0 * Author: Yazan Ammar (GitHub : https://github.com/YazanAmmar ) * Description: Provides a comprehensive UI to control all Obsidian CSS variables directly, * removing the need for Force Mode and expanding customization options.