react-os-shell 0.12.0 → 0.12.1

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1481,7 +1481,7 @@ function WidgetManager({ open, onClose }) {
1481
1481
  }
1482
1482
 
1483
1483
  // src/version.ts
1484
- var VERSION = "0.12.0" ;
1484
+ var VERSION = "0.12.1" ;
1485
1485
  var APP_VERSION = VERSION;
1486
1486
 
1487
1487
  // src/changelog.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-os-shell",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "description": "Desktop-style React UI shell — windows, taskbar, start menu, sticky notes, frosted glass theming, and bundled apps.",
5
5
  "license": "MIT",
6
6
  "author": "Victor Y. Mau",