diff --git a/package.json b/package.json index ba42432..7ed0c0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mind-elixir", - "version": "4.1.0", + "version": "4.1.1", "type": "module", "description": "Mind elixir is a free open source mind map core.", "keywords": [ diff --git a/src/index.ts b/src/index.ts index 34b0f09..20f7ee4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -129,7 +129,7 @@ MindElixir.DARK_THEME = DARK_THEME * @memberof MindElixir * @static */ -MindElixir.version = '4.1.0' +MindElixir.version = '4.1.1' /** * @function * @memberof MindElixir