Skip to content

Commit

Permalink
1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pissang committed Jul 28, 2017
1 parent 0a77232 commit 1e80667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "echarts-gl",
"description": "Extension pack of ECharts providing 3D plots and globe visualization",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"maintainers": [
{
"name": "Yi Shen"
Expand Down
2 changes: 1 addition & 1 deletion src/echarts-gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

// PENDING Use a single canvas as layer or use image element?
var echartsGl = {
version: '1.0.0-beta.3',
version: '1.0.0-beta.4',
dependencies: {
echarts: '3.6.2',
qtek: '0.4.1'
Expand Down

0 comments on commit 1e80667

Please sign in to comment.