Skip to content

Commit 64f6dae

Browse files
committed
fix command and update version to 1.0.1
1 parent 654d903 commit 64f6dae

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 2,
3-
"name": "Husky - Next-Gen boookmarks",
4-
"description": "Easiest way to open you faviour bookmarks in chrome",
5-
"version": "0.0.1",
3+
"name": "Husky - Next-Gen boookmark extension",
4+
"description": "The easiest way to open your favourite bookmarks in chrome browser",
5+
"version": "1.0.1",
66
"icons": {
77
"128": "icon.png"
88
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "husky",
3-
"version": "0.0.1",
3+
"version": "1.0.1",
44
"private": true,
55
"dependencies": {
66
"clsx": "^1.1.1",

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
6-
<title>Linkes - Next-Gen Bookmark Extension</title>
6+
<title>Husky - The next generation boookmarks extension</title>
77
</head>
88
<body>
99
<noscript>You need to enable JavaScript to run this app.</noscript>

src/components/SearchBookmark/Footer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function Footer() {
1313
<span>
1414
<img className="w-4 h-4 mr-2" src="/icon.png" alt="icon" />
1515
</span>
16-
Powered by Linkes @ 2021
16+
Powered by Husky @ 2021
1717
</div>
1818
);
1919
}

src/pages/Popup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const Popup = () => {
9696
)}
9797
>
9898
<div>Toggle Search</div>
99-
<div className="mt-2 font-semibold">Ctrl/Command + 0</div>
99+
<div className="mt-2 font-semibold">Ctrl/Command + Shift + 0</div>
100100
</div>
101101
</div>
102102
);

0 commit comments

Comments
 (0)