Skip to content

Commit

Permalink
[FIX] Remove unused icons (#6)
Browse files Browse the repository at this point in the history
* Remove unused icons

* Fix versions
  • Loading branch information
4Source authored Mar 18, 2024
1 parent cf5289a commit 6aaf10d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"authorUrl": "https://github.com/4Source",
"isDesktopOnly": true,
"fundingUrl": "https://www.buymeacoffee.com/4Source",
"version": "0.1.0"
"version": "0.0.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"version": "0.1.0"
"version": "0.0.0"
}
4 changes: 0 additions & 4 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
export const ICON_OPEN_FOLDER = 'folder-open';
export const ICON_ACCEPT = 'check';
export const ICON_DENY = 'x';
export const ICON_ADD = 'plus';
export const ICON_RELOAD = 'refresh-cw';
export const ICON_OPTIONS = 'settings';
export const ICON_REMOVE = 'trash-2';
export const ICON_SAVE = 'save';
export const ICON_INSTALL = 'download';
export const ICON_GITHUB = 'github';
export const ICON_FIX = 'wrench';
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"0.1.0": "0.15.0"
"0.0.0": "0.15.0"
}

0 comments on commit 6aaf10d

Please sign in to comment.