From 78f0bbba999b8636768994acbfe33e087f47d229 Mon Sep 17 00:00:00 2001 From: Will Christenson Date: Fri, 15 Jan 2021 13:33:43 -0800 Subject: [PATCH] Bump Themekit version to 1.1.4 --- lib/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' };