Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelte Lagendijk committed May 10, 2017
1 parent 4a67b7e commit af62cbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "ChartJS",
"version": "3.5.3",
"version": "3.6.0",
"description": "This widget is a wrapper for the ChartJS library and you can use it to visualize your aggregated data.",
"license": "Apache License, Version 2",
"author": "Mendix",
"private": true,
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
Expand Down Expand Up @@ -36,4 +35,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="ChartJS" version="3.5.3" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="ChartJS" version="3.6.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="ChartJS/widgets/BarChart/BarChart.xml"/>
<widgetFile path="ChartJS/widgets/LineChart/LineChart.xml"/>
Expand Down
Binary file modified test/widgets/ChartJS.mpk
Binary file not shown.

0 comments on commit af62cbc

Please sign in to comment.