Skip to content

Commit

Permalink
Merge pull request #64 from Shopify/andyw8/prepare-1.1.5-release
Browse files Browse the repository at this point in the history
Prepare v1.1.5 release (using themekit v1.1.1)
  • Loading branch information
andyw8 committed Sep 2, 2020
2 parents 5011bf7 + 1d94fc3 commit b7e0d56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.0.3',
version: '1.1.1',
destination: path.join(__dirname, '..', 'bin'),
binName: process.platform === 'win32' ? 'theme.exe' : 'theme'
};
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b7e0d56

Please sign in to comment.