diff --git a/package.json b/package.json index e406f48a..6f8f3754 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "everydayhero ", "name": "edh-widgets", - "version": "4.1.0", + "version": "4.1.1", "description": "Widgets are small Javascript components that integrate with everydayhero's API. These include search components and components for showing leaderboard and fundraising totals for campaigns, charities, and networks. Unlike iframe snippets, using widgets allows you to customise the base-level styling to suit your needs.", "license": "MIT", "main": "src/widgets.js", diff --git a/src/scss/_version.scss b/src/scss/_version.scss index 1dd88ce4..3e3a266f 100644 --- a/src/scss/_version.scss +++ b/src/scss/_version.scss @@ -1 +1 @@ -$ehw-version: "-4.1.0"; \ No newline at end of file +$ehw-version: "-4.1.1"; \ No newline at end of file