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 12, 2017
1 parent cfabff2 commit d7a7795
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ChartJS",
"version": "3.7.0",
"version": "3.7.1",
"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",
Expand Down Expand Up @@ -35,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.7.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="ChartJS" version="3.7.1" 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 d7a7795

Please sign in to comment.