Skip to content

Commit

Permalink
Bump themekit version (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
karenxie authored Jun 23, 2021
1 parent e2d2f88 commit 29d5a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const path = require('path');

module.exports = {
baseURL: 'https://shopify-themekit.s3.amazonaws.com',
version: '1.2.0',
version: '1.3.0',
destination: path.join(__dirname, '..', 'bin'),
binName: process.platform === 'win32' ? 'theme.exe' : 'theme'
};

0 comments on commit 29d5a21

Please sign in to comment.