We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77fe2a8 commit c818d24Copy full SHA for c818d24
2 files changed
packages/pluggableWidgets/barcode-generator-web/package.json
@@ -17,7 +17,7 @@
17
},
18
"packagePath": "com.mendix.widget.web",
19
"marketplace": {
20
- "minimumMXVersion": "9.6.0",
+ "minimumMXVersion": "10.24.0",
21
"appNumber": -1,
22
"appName": "Barcode Generator",
23
"reactReady": true
packages/pluggableWidgets/barcode-generator-web/src/package.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="utf-8" ?>
2
<package xmlns="http://www.mendix.com/package/1.0/">
3
- <clientModule name="BarcodeGenerator" version="1.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
+ <clientModule name="MendixBarcodeGenerator" version="1.0.0" xmlns="http://www.mendix.com/clientModule/1.0/">
4
<widgetFiles>
5
<widgetFile path="BarcodeGenerator.xml" />
6
</widgetFiles>
0 commit comments