Skip to content

Commit

Permalink
build: v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SSShooter committed Jul 14, 2023
1 parent abaccbe commit 2d28ef4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mind-elixir",
"version": "2.0.4",
"version": "2.0.5",
"description": "Mind elixir is a free open source mind map core.",
"keywords": [
"mind-elixir",
Expand Down
2 changes: 1 addition & 1 deletion src/index.lite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ MindElixir.SIDE = SIDE
* @memberof MindElixir
* @static
*/
MindElixir.version = '2.0.4'
MindElixir.version = '2.0.5'
MindElixir.E = findEle

export default MindElixir
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ MindElixir.SIDE = SIDE
* @memberof MindElixir
* @static
*/
MindElixir.version = '2.0.4'
MindElixir.version = '2.0.5'
MindElixir.E = findEle

/**
Expand Down

0 comments on commit 2d28ef4

Please sign in to comment.