We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e7430 commit 7febea3Copy full SHA for 7febea3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mind-elixir",
3
- "version": "3.1.4",
+ "version": "3.2.0",
4
"type": "module",
5
"description": "Mind elixir is a free open source mind map core.",
6
"keywords": [
src/index.ts
@@ -126,7 +126,7 @@ MindElixir.DARK_THEME = DARK_THEME
126
* @memberof MindElixir
127
* @static
128
*/
129
-MindElixir.version = '3.1.4'
+MindElixir.version = '3.2.0'
130
/**
131
* @function
132
0 commit comments