Skip to content

Commit

Permalink
release 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
100pah committed Sep 28, 2017
1 parent ac01591 commit ef1b394
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/zrender.js
Original file line number Diff line number Diff line change
Expand Up @@ -10690,7 +10690,7 @@ var retrieve3$1 = util_1.retrieve3;
/**
* @type {string}
*/
zrender.version = '3.6.2';
zrender.version = '3.6.3';

/**
* Initializing a zrender instance
Expand Down
2 changes: 1 addition & 1 deletion dist/zrender.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zrender",
"version": "3.6.2",
"version": "3.6.3",
"description": "A lightweight canvas library.",
"keywords": [
"canvas",
Expand Down
2 changes: 1 addition & 1 deletion src/zrender.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ define(function (require) {
/**
* @type {string}
*/
zrender.version = '3.6.2';
zrender.version = '3.6.3';

/**
* Initializing a zrender instance
Expand Down

0 comments on commit ef1b394

Please sign in to comment.