diff --git a/dist/RadioButtonList.mpk b/dist/RadioButtonList.mpk index 7fcdc0e..ad18970 100644 Binary files a/dist/RadioButtonList.mpk and b/dist/RadioButtonList.mpk differ diff --git a/package.json b/package.json index 28aa61c..fa05121 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,11 @@ { "name": "RadioButtonList", - "version": "6.4.0", + "version": "6.4.1", "description": "", "license": "Apache Version 2.0", "author": "Mendix", "private": true, - "dependencies": { - }, + "dependencies": {}, "devDependencies": { "del": "^2.2.2", "gulp": "^3.9.1", @@ -25,7 +24,7 @@ }, "generatorVersion": "2.0.4", "paths": { - "testProjectFolder": "C:\\Projects\\ISSUES\\ticket47049-radiobuttonlist\\", + "testProjectFolder": "./test/", "testProjectFileName": "Test.mpr" }, "scripts": { @@ -35,4 +34,4 @@ "folders": "node ./node_modules/gulp/bin/gulp folders", "modeler": "node ./node_modules/gulp/bin/gulp modeler" } -} +} \ No newline at end of file diff --git a/src/package.xml b/src/package.xml index e00cd77..ca16f10 100644 --- a/src/package.xml +++ b/src/package.xml @@ -1,6 +1,6 @@ - + diff --git a/test/Widgets/RadioButtonList.mpk b/test/Widgets/RadioButtonList.mpk index 7fcdc0e..ad18970 100644 Binary files a/test/Widgets/RadioButtonList.mpk and b/test/Widgets/RadioButtonList.mpk differ