Release v.0.1.0 #2

Merged
sashagoncharov19 merged 33 commits from unstable into master 2024-06-15 13:50:14 +00:00
Showing only changes of commit 93b0cb1979 - Show all commits

View File

@ -20,6 +20,7 @@ export async function checkForUpdate(): Promise<void> {
if (latestVersion !== `v${version}`)
notifyUserAboutUpdate(latestVersion)
else console.log(c.yellow(`Version: ${version}`))
})
.then(() => res()),
)