From 926a80c0d448ff6f087f49e9166055dc64541706 Mon Sep 17 00:00:00 2001 From: Dan Gray Date: Mon, 6 Dec 2021 14:35:17 +0000 Subject: [PATCH] Bump version --- README.md | 2 +- bower.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aafa286..4a47527 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ The attributes listed below are used in *components.json* to configure **Hotgrid Hotgrid automatically switches to 2 columns in small and medium device mode for the best user experience. ---------------------------- -**Version number:** 4.0.1 +**Version number:** 4.1.0 **Framework versions:** 5+ **Author / maintainer:** **Accessibility support:** WAI AA diff --git a/bower.json b/bower.json index be216c9..21b6506 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "adapt-hotgrid-audio", - "version": "4.0.1", + "version": "4.1.0", "framework": ">=5", "homepage": "https://github.com/deltanet/adapt-hotgrid-audio", "displayName": "Hotgrid Audio", @@ -11,5 +11,5 @@ "adapt-plugin", "adapt-component" ], - "license": "GPLv3" + "license": "GPL-3.0" }