Skip to content

Commit 13aa66e

Browse files
author
Jelte Lagendijk
committed
Update version
1 parent bd63d7b commit 13aa66e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ChartJS",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "This widget is a wrapper for the ChartJS library and you can use it to visualize your aggregated data.",
55
"license": "Apache License, Version 2",
66
"author": "Mendix",
@@ -30,4 +30,4 @@
3030
"scripts": {
3131
"test": "grunt test"
3232
}
33-
}
33+
}

src/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="ChartJS" version="3.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="ChartJS" version="3.3.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="ChartJS/widgets/BarChart/BarChart.xml"/>
66
<widgetFile path="ChartJS/widgets/LineChart/LineChart.xml"/>
@@ -20,4 +20,4 @@
2020
<file path="ChartJS/widgets/DoughnutChart/widget/"/>
2121
</files>
2222
</clientModule>
23-
</package>
23+
</package>

test/widgets/ChartJS.mpk

-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)