Skip to content

Commit 67b5a10

Browse files
committed
Update app.js
1 parent dae488c commit 67b5a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ app.use(session({
2222
}));
2323

2424
axios.get('https://api.github.com/repos/JamieGrimwood/Crosshatch/releases/latest').then(function (response) {
25-
if (response.data.tag_name === "0.0.1") {
25+
if (response.data.tag_name === "0.0.2") {
2626
console.log(chalk.cyanBright(textSync('Crosshatch', { horizontalLayout: 'fitted' })));
2727
console.log(`${chalk.yellow.bold('#=============================')}${chalk.grey.bold('[')} ${chalk.cyanBright.bold('Crosshatch')} ${chalk.grey.bold(']')}${chalk.yellow.bold('=============================#')}`)
2828
console.log(`${chalk.yellow.bold('#')} ${chalk.magenta.bold('Created by: Jamie09__')} ${chalk.yellow.bold('#')}`);

0 commit comments

Comments
 (0)