Skip to content

Commit 28c2a3e

Browse files
committed
Updated project for -v4.0.2.
1 parent 6fd4e32 commit 28c2a3e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"short_name": "WinUIWeb",
3-
"name": "Windows UI Web",
2+
"short_name": "WinUIFabric",
3+
"name": "Windows UI",
44
"icons": [
55
{
66
"src": "docs/public/favicon.ico",

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "windows-ui-fabric",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Build Windows Fluent UI apps using Html, CSS & JavaScript. Comes with Rich Native Like Components.",
55
"main": "index.js",
66
"scripts": {
@@ -9,15 +9,17 @@
99
},
1010
"keywords": [
1111
"windows",
12+
"windows11",
1213
"css-framework",
1314
"html",
1415
"css",
1516
"javascript",
1617
"responsive",
1718
"uwp",
18-
"fluent-ui"
19+
"fluent-ui",
20+
"electron-apps"
1921
],
20-
"homepage": "https://virtualvivek.github.io/windows-ui/",
22+
"homepage": "https://windows-ui.github.io/",
2123
"bugs": {
2224
"url": "https://github.com/virtualvivek/windows-ui/issues"
2325
},

0 commit comments

Comments
 (0)