Skip to content

Commit

Permalink
Version bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BixelPitch committed Jan 1, 2021
1 parent e3fbefd commit 2ed09c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const yaml = require('yaml');
const outputDir = path.join(__dirname, '../dist');
const inputDir = path.join(__dirname, 'cards');

const version = '1.2.0';
const version = '2.0.0';

fs.rmdirSync(outputDir, { recursive: true });
fs.mkdirSync(outputDir);
Expand Down

0 comments on commit 2ed09c0

Please sign in to comment.