From 3b5b7bd01c93c5fd8d95098718001ee97a4e1950 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Tue, 20 Aug 2019 10:43:17 +0530 Subject: [PATCH] Version 4.1.0 -> 4.1.1 --- package.json | 2 +- src/scss/_version.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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