diff --git a/manifest.json b/manifest.json index 68b024d..efc6445 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } \ No newline at end of file diff --git a/package.json b/package.json index b8930e3..482edea 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,5 @@ "tslib": "2.4.0", "typescript": "4.7.4" }, - "version": "0.1.0" + "version": "0.0.0" } \ No newline at end of file diff --git a/src/constants.ts b/src/constants.ts index 318292b..242f643 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -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'; diff --git a/versions.json b/versions.json index 37d5abe..2e60e92 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,3 @@ { - "0.1.0": "0.15.0" + "0.0.0": "0.15.0" } \ No newline at end of file