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