Skip to content

Commit b7e0d56

Browse files
authored
Merge pull request #64 from Shopify/andyw8/prepare-1.1.5-release
Prepare v1.1.5 release (using themekit v1.1.1)
2 parents 5011bf7 + 1d94fc3 commit b7e0d56

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require('path');
22

33
module.exports = {
44
baseURL: 'https://shopify-themekit.s3.amazonaws.com',
5-
version: '1.0.3',
5+
version: '1.1.1',
66
destination: path.join(__dirname, '..', 'bin'),
77
binName: process.platform === 'win32' ? 'theme.exe' : 'theme'
88
};

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "1.1.4",
6+
"version": "1.1.5",
77
"description": "Node version of ThemeKit",
88
"bin": {
99
"shopify-themekit": "./lib/cli.js"

0 commit comments

Comments
 (0)