slangmath 1.0.2 → 1.0.6

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/README.md +5 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,8 @@
1
- # 📚 SLaNg Math Library
1
+ <p align="center">
2
+ <img src="logo.png" alt="SLaNg Math Library Logo" width="200"/>
3
+ <h1 align="center">SLaNg Math Library</h1>
4
+ </p>
5
+
2
6
 
3
7
  ### Saad's Language for Analytical Numerics and Geometry
4
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "slangmath",
3
- "version": "1.0.2",
3
+ "version": "1.0.6",
4
4
  "description": "🎯 **Advanced Symbolic Mathematics with Comprehensive LaTeX Conversion & Extended Function Support**",
5
5
  "main": "slang-advanced.js",
6
6
  "directories": {
@@ -20,4 +20,4 @@
20
20
  "url": "https://github.com/SENODROOM/SLaNg/issues"
21
21
  },
22
22
  "homepage": "https://github.com/SENODROOM/SLaNg#readme"
23
- }
23
+ }