v0.1.0 #1

Merged
sashagoncharov19 merged 32 commits from dev into unstable 2024-06-15 13:48:41 +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()),
)