kaplay-ui 0.20.13 → 0.20.14

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
@@ -11,7 +11,7 @@ Kaplay UI provides a game‑oriented **UI plugin** designed specifically for KAP
11
11
  For now it helps you build Game Objects like text buttons and labels — without reinventing the wheel.
12
12
 
13
13
  > ⚠️ **Note**
14
- > The currently published stable version (`0.20.13`) is being replaced by a complete redesign.
14
+ > The currently published stable version (`0.20.14`) is being replaced by a complete redesign.
15
15
  >
16
16
  > A new **v1** version is under active development and can be installed in prerelease form (see below).
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kaplay-ui",
3
- "version": "0.20.13",
3
+ "version": "0.20.14",
4
4
  "description": "UI components for KAPLAY",
5
5
  "main": "index.js",
6
6
  "repository": {