Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c258dcb

Browse files
committed
fix typo(extention -> extension)
1 parent f2bf995 commit c258dcb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.DS_Store

6 KB
Binary file not shown.

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
3-
"name": "Github-Filter-Extention",
4-
"version": "0.3.0",
3+
"name": "Github Filter Extension",
4+
"version": "0.3.1",
55

66
"author": "CoderK <[email protected]>",
77
"description": "This extension add some feature to save and delete your custom filters in issues and Pull request page on Github.",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-filter-extension",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Add Local Filter Storage Your GitHub",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)