Skip to content

Commit

Permalink
chore: update version in src
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilia committed Mar 10, 2023
1 parent 356dd56 commit b1cdb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zrender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ export function registerPainter(name: string, Ctor: PainterBaseCtor) {
/**
* @type {string}
*/
export const version = '5.4.2';
export const version = '5.4.3';


export interface ZRenderType extends ZRender {};

0 comments on commit b1cdb61

Please sign in to comment.