codex-rtl 1.1.4 → 1.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bin/index.js +1 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -76,7 +76,7 @@ function printBanner() {
76
76
  console.log(applyGradient(line));
77
77
  }
78
78
  console.log('');
79
- console.log(`\x1b[2m Patcher Version ${pkg.version} | RTL & UI Patcher for Codex\x1b[0m\n`);
79
+ console.log(`\x1b[2m RTL & UI Patcher for Codex | ${pkg.version}\x1b[0m\n`);
80
80
  } catch (err) {
81
81
  // Fallback banner in case figlet has issues loading
82
82
  console.log(bold(cyan(`\n✨ Codex Smart RTL Patcher v${pkg.version}\n`)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codex-rtl",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "A smart RTL (Right-to-Left) patcher with UI settings for the Codex application.",
5
5
  "main": "./bin/index.js",
6
6
  "bin": {