Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Remove unused icons #6

Merged
merged 2 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}