Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelte Lagendijk committed Dec 13, 2016
1 parent fe9df46 commit c4c1ffb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "calendar",
"version": "5.1.1",
"version": "5.2.0",
"description": "This is a calendar widget for Mendix. It shows a Calendar and can render objects as events in it.",
"license": "Apache License, Version 2.0, January 2004",
"author": "Mendix 2016",
"private": true,
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
Expand Down Expand Up @@ -34,4 +33,4 @@
"folders": "node ./node_modules/gulp/bin/gulp folders",
"modeler": "node ./node_modules/gulp/bin/gulp modeler"
}
}
}
1 change: 0 additions & 1 deletion src/calendar/widget/calendar-scheduler.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ define([

return declare("calendar.widget.calendar", [calendarWidget], {


});
});

Expand Down
4 changes: 2 additions & 2 deletions 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="Calendar" version="5.1.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="Calendar" version="5.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="calendar/calendar.xml"/>
<widgetFile path="calendar/calendar-scheduler.xml"/>
Expand All @@ -9,4 +9,4 @@
<file path="calendar/widget/"/>
</files>
</clientModule>
</package>
</package>
Binary file modified test/Widgets/Calendar.mpk
Binary file not shown.

0 comments on commit c4c1ffb

Please sign in to comment.