Skip to content

Commit

Permalink
Merge pull request #711 from ecomfe/release-dev
Browse files Browse the repository at this point in the history
release: 5.0.4
  • Loading branch information
100pah authored Feb 1, 2021
2 parents b245c76 + f7e7988 commit 27fb4d2
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,6 +1,6 @@
{
"name": "zrender",
"version": "5.0.3",
"version": "5.0.4",
"description": "A lightweight canvas library.",
"keywords": [
"canvas",
Expand Down
2 changes: 1 addition & 1 deletion src/zrender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ export function registerPainter(name: string, Ctor: PainterBaseCtor) {
/**
* @type {string}
*/
export const version = '5.0.3';
export const version = '5.0.4';


export interface ZRenderType extends ZRender {};

0 comments on commit 27fb4d2

Please sign in to comment.