@rbxts/app-forge 0.2.3 → 0.2.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -96,7 +96,7 @@ export default class SideButtons extends Args {
96
96
  Inside a decorated App:
97
97
 
98
98
  ```ts
99
- this.Forge // AppForge instance
99
+ this.forge // AppForge instance
100
100
  this.name // App Name
101
101
  this.props // AppProps
102
102
  this.bind // visible state bind
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/app-forge",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "An App Manager for react",
5
5
  "main": "out/init.lua",
6
6
  "packageManager": "bun@1.3.1",