We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae488c commit 67b5a10Copy full SHA for 67b5a10
app.js
@@ -22,7 +22,7 @@ app.use(session({
22
}));
23
24
axios.get('https://api.github.com/repos/JamieGrimwood/Crosshatch/releases/latest').then(function (response) {
25
- if (response.data.tag_name === "0.0.1") {
+ if (response.data.tag_name === "0.0.2") {
26
console.log(chalk.cyanBright(textSync('Crosshatch', { horizontalLayout: 'fitted' })));
27
console.log(`${chalk.yellow.bold('#=============================')}${chalk.grey.bold('[')} ${chalk.cyanBright.bold('Crosshatch')} ${chalk.grey.bold(']')}${chalk.yellow.bold('=============================#')}`)
28
console.log(`${chalk.yellow.bold('#')} ${chalk.magenta.bold('Created by: Jamie09__')} ${chalk.yellow.bold('#')}`);
0 commit comments