kaplay-ui 0.9.1 → 0.9.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ Kaplay UI is a component library designed specifically for KAPLAY. It will provi
14
14
  - [Usage](#usage)
15
15
  - [License](#license)
16
16
 
17
- ## 📦 Installation
17
+ ## Installation
18
18
 
19
19
  You can install Kaplay UI via npm:
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kaplay-ui",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "UI components for KAPLAY",
5
5
  "main": "index.js",
6
6
  "repository": {