diff --git a/src/utils/const.ts b/src/utils/const.ts index af144b3..1567ea5 100644 --- a/src/utils/const.ts +++ b/src/utils/const.ts @@ -1,6 +1,6 @@ import { getUrl } from "./get_url" -export const VERSION = 'v1.0.0' +export const VERSION = 'v1.0.1' export const fileExtensions: { [key: string]: string } = { exe: 'windows',