diff --git a/lib/config.js b/lib/config.js index e2566ab3..65801454 100644 --- a/lib/config.js +++ b/lib/config.js @@ -2,7 +2,7 @@ const path = require('path'); module.exports = { baseURL: 'https://shopify-themekit.s3.amazonaws.com', - version: '1.1.1', + version: '1.1.4', destination: path.join(__dirname, '..', 'bin'), binName: process.platform === 'win32' ? 'theme.exe' : 'theme' };