Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit e5ca91b

Browse files
committed
update
1 parent 7a02954 commit e5ca91b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "weex-chart",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "chart component for weex",
55
"main": "index.js",
66
"scripts": {
@@ -16,6 +16,6 @@
1616
"license": "ISC",
1717
"dependencies": {
1818
"g2-mobile": "2.1.13-beta",
19-
"weex-gcavas": "^0.3.8"
19+
"weex-gcanvas": "^0.3.8"
2020
}
2121
}

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<plugin xmlns="http://www.w3.org/ns/widgets"
2222
id="weex-chart"
23-
version="0.3.1">
23+
version="0.3.2">
2424
<name>weex-chart</name>
2525
<description>A chart component for weex</description>
2626
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)