From 9b1abd3964159801cd197a6da7a3bbf085495952 Mon Sep 17 00:00:00 2001 From: engalar Date: Thu, 25 Nov 2021 15:52:00 +0800 Subject: [PATCH] Update package.json --- packages/pluggableWidgets/ant-select-web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/pluggableWidgets/ant-select-web/package.json b/packages/pluggableWidgets/ant-select-web/package.json index f9bc5f4..3eb0657 100644 --- a/packages/pluggableWidgets/ant-select-web/package.json +++ b/packages/pluggableWidgets/ant-select-web/package.json @@ -1,7 +1,7 @@ { "name": "ant-select-web", "widgetName": "Select", - "version": "1.0.1", + "version": "1.1.0", "description": "My widget description", "copyright": "2020 Mendix Technology BV", "author": "John", @@ -37,4 +37,4 @@ "@mendix-cn/pluggable-widget-utils": "^1.0.0", "classnames": "^2.2.6" } -} \ No newline at end of file +}