kaplay-ui 0.9.2 β†’ 0.9.3

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,7 +22,7 @@ You can install Kaplay UI via npm:
22
22
  npm install kaplay-ui
23
23
  ```
24
24
 
25
- ## πŸ› οΈ Usage
25
+ ## Usage
26
26
 
27
27
  Here’s a quick example of how to add a simple clickable and hoverable text button using Kaplay UI:
28
28
 
@@ -38,11 +38,11 @@ kaplay();
38
38
  addTextButton("Start", () => go("main"));
39
39
  ```
40
40
 
41
- ## πŸ“„ License
41
+ ## License
42
42
 
43
43
  This project is licensed under the MIT License - see the LICENSE file for details.
44
44
 
45
- ## πŸ“ž Contact
45
+ ## Contact
46
46
 
47
47
  Have questions or suggestions? Reach out via:
48
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kaplay-ui",
3
- "version": "0.9.2",
3
+ "version": "0.9.3",
4
4
  "description": "UI components for KAPLAY",
5
5
  "main": "index.js",
6
6
  "repository": {