Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelte Lagendijk committed Jan 2, 2017
1 parent f6ac8e2 commit badca20
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
Binary file modified dist/RadioButtonList.mpk
Binary file not shown.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -25,7 +24,7 @@
},
"generatorVersion": "2.0.4",
"paths": {
"testProjectFolder": "C:\\Projects\\ISSUES\\ticket47049-radiobuttonlist\\",
"testProjectFolder": "./test/",
"testProjectFileName": "Test.mpr"
},
"scripts": {
Expand All @@ -35,4 +34,4 @@
"folders": "node ./node_modules/gulp/bin/gulp folders",
"modeler": "node ./node_modules/gulp/bin/gulp modeler"
}
}
}
2 changes: 1 addition & 1 deletion src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="RadioButtonList" version="6.4.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="RadioButtonList" version="6.4.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="RadioButtonList/AttrRadioButtonList.xml"/>
<widgetFile path="RadioButtonList/AssocRadioButtonList.xml"/>
Expand Down
Binary file modified test/Widgets/RadioButtonList.mpk
Binary file not shown.

0 comments on commit badca20

Please sign in to comment.