From 1d94fc385fd98709c47f8c664574b1e0fbae9d71 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Tue, 1 Sep 2020 16:18:54 -0400 Subject: [PATCH] Prepare v1.1.5 release (using themekit v1.1.1) --- lib/config.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/config.js b/lib/config.js index 94e925da..e2566ab3 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.0.3', + version: '1.1.1', destination: path.join(__dirname, '..', 'bin'), binName: process.platform === 'win32' ? 'theme.exe' : 'theme' }; diff --git a/package-lock.json b/package-lock.json index 9cae9cd9..8e2d511b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@shopify/themekit", - "version": "1.1.4", + "version": "1.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8cd5789d..729762d6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "publishConfig": { "access": "public" }, - "version": "1.1.4", + "version": "1.1.5", "description": "Node version of ThemeKit", "bin": { "shopify-themekit": "./lib/cli.js"