diff --git a/manifest.json b/manifest.json index 7a626f9..99df30b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "WinUIWeb", - "name": "Windows UI Web", + "short_name": "WinUIFabric", + "name": "Windows UI", "icons": [ { "src": "docs/public/favicon.ico", diff --git a/package.json b/package.json index 55c7e2f..ad155c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "windows-ui-fabric", - "version": "4.0.1", + "version": "4.0.2", "description": "Build Windows Fluent UI apps using Html, CSS & JavaScript. Comes with Rich Native Like Components.", "main": "index.js", "scripts": { @@ -9,15 +9,17 @@ }, "keywords": [ "windows", + "windows11", "css-framework", "html", "css", "javascript", "responsive", "uwp", - "fluent-ui" + "fluent-ui", + "electron-apps" ], - "homepage": "https://virtualvivek.github.io/windows-ui/", + "homepage": "https://windows-ui.github.io/", "bugs": { "url": "https://github.com/virtualvivek/windows-ui/issues" },