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 9bf55f3 commit 258f8d5Copy full SHA for 258f8d5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mind-elixir",
3
- "version": "3.0.5-beta.2",
+ "version": "3.1.0",
4
"type": "module",
5
"description": "Mind elixir is a free open source mind map core.",
6
"keywords": [
src/index.ts
@@ -130,7 +130,7 @@ MindElixir.DARK_THEME = DARK_THEME
130
* @memberof MindElixir
131
* @static
132
*/
133
-MindElixir.version = '3.0.5-beta.2'
+MindElixir.version = '3.1.0'
134
/**
135
* @function
136
0 commit comments