Skip to content

Commit c02f6dc

Browse files
committed
Bump to 0.1.5 because of broken 0.1.3 and 4
1 parent 8a3e806 commit c02f6dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The _accept-terms_ plugin is only loaded for the checkout contact information st
1313
To enable a plugin add this code to your _Google Analytics Additional Scripts_ section in Shopify's Admin / Online Store / Preferences.
1414

1515
```javascript
16-
fetch('//cdn.jsdelivr.net/gh/nerdsofalltrades/shopify-plugins@0.1.3/dist/shopify-plugin-loader.min.js').then(function(
16+
fetch('//cdn.jsdelivr.net/gh/nerdsofalltrades/shopify-plugins@0.1.5/dist/shopify-plugin-loader.min.js').then(function(
1717
result
1818
) {
1919
result.text().then(function(script) {

dist/shopify-plugin-loader.min.js

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
@@ -1,6 +1,6 @@
11
{
22
"name": "shopify-plugins",
3-
"version": "0.1.3",
3+
"version": "0.1.5",
44
"description": "Add features to your Shopify storefront and checkout with lightweight and easily integrateable plugins.",
55
"main": "src/loader.js",
66
"scripts": {

0 commit comments

Comments
 (0)