Skip to content

Commit 7fcd45c

Browse files
committed
chore(qr-code-native): bump widget version
1 parent 536e20e commit 7fcd45c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/pluggableWidgets/qr-code-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "qr-code-native",
33
"widgetName": "QRCode",
4-
"version": "4.0.0",
4+
"version": "4.0.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

packages/pluggableWidgets/qr-code-native/src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="QRCode" version="4.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="QRCode" version="4.0.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="QRCode.xml" />
66
</widgetFiles>

0 commit comments

Comments
 (0)