Skip to content

Commit 9714e7c

Browse files
committed
chore: update version number
1 parent a99956a commit 9714e7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mind-elixir",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"type": "module",
55
"description": "Mind elixir is a free open source mind map core.",
66
"keywords": [

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ MindElixir.DARK_THEME = DARK_THEME
130130
* @memberof MindElixir
131131
* @static
132132
*/
133-
MindElixir.version = '3.0.2'
133+
MindElixir.version = '3.0.3'
134134
/**
135135
* @function
136136
* @memberof MindElixir

0 commit comments

Comments
 (0)