Release v.0.1.0 #2
@ -20,6 +20,7 @@ export async function checkForUpdate(): Promise<void> {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                    if (latestVersion !== `v${version}`)
 | 
					                    if (latestVersion !== `v${version}`)
 | 
				
			||||||
                        notifyUserAboutUpdate(latestVersion)
 | 
					                        notifyUserAboutUpdate(latestVersion)
 | 
				
			||||||
 | 
					                    else console.log(c.yellow(`Version: ${version}`))
 | 
				
			||||||
                })
 | 
					                })
 | 
				
			||||||
                .then(() => res()),
 | 
					                .then(() => res()),
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user