Skip to content

Commit

Permalink
Update version nr
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelte Lagendijk committed Apr 13, 2016
1 parent d1e354c commit 1b29bf7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"license": "Apache License, Version 2.0, January 2004",
"author": "Mendix 2016",
"private": true,
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "^0.6.0",
Expand All @@ -31,4 +30,4 @@
"scripts": {
"test": "grunt test"
}
}
}
1 change: 1 addition & 0 deletions src/calendar/widget/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@ define([

});
});

require(["calendar/widget/calendar"], function () {
"use strict";
});
18 changes: 9 additions & 9 deletions src/package.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="Calendar" version="4.5.2" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="calendar/calendar.xml"/>
</widgetFiles>
<files>
<file path="calendar/widget/"/>
</files>
</clientModule>
<clientModule name="Calendar" version="4.5.3" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="calendar/calendar.xml"/>
</widgetFiles>
<files>
<file path="calendar/widget/"/>
</files>
</clientModule>
</package>
Binary file modified test/Widgets/Calendar.mpk
Binary file not shown.

0 comments on commit 1b29bf7

Please sign in to comment.