Skip to content

Commit

Permalink
Merge pull request #119 from Shopify/bump-themekit
Browse files Browse the repository at this point in the history
Bump Theme Kit version to 1.3.2
  • Loading branch information
gonzaloriestra authored Mar 20, 2024
2 parents 9aca460 + 392ce93 commit 16505fd
Show file tree
Hide file tree
Showing 2 changed files with 5,875 additions and 3,788 deletions.
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.3.0',
version: '1.3.2',
destination: path.join(__dirname, '..', 'bin'),
binName: process.platform === 'win32' ? 'theme.exe' : 'theme'
};
Loading

0 comments on commit 16505fd

Please sign in to comment.