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 2c5614c commit 1e55e9aCopy full SHA for 1e55e9a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mind-elixir",
3
- "version": "3.2.0",
+ "version": "3.2.1",
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.2.0'
+MindElixir.version = '3.2.1'
130
/**
131
* @function
132
0 commit comments