Skip to content

Commit d246970

Browse files
committed
chore: update version number
1 parent add9a9f commit d246970

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Mind elixir is a free open source mind map core.",
55
"main": "dist/MindElixir.js",
66
"scripts": {

src/index.lite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ MindElixir.SIDE = SIDE
192192
* @memberof MindElixir
193193
* @static
194194
*/
195-
MindElixir.version = '0.19.4'
195+
MindElixir.version = '2.0.2'
196196
MindElixir.E = findEle
197197

198198
export default MindElixir

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ MindElixir.SIDE = SIDE
337337
* @memberof MindElixir
338338
* @static
339339
*/
340-
MindElixir.version = '2.0.0'
340+
MindElixir.version = '2.0.2'
341341
MindElixir.E = findEle
342342

343343
/**

0 commit comments

Comments
 (0)