Skip to content

Commit 76490a8

Browse files
authored
Merge pull request #111 from ssshooter/v1.1.0
V1.1.0
2 parents 3fe97d0 + 493650b commit 76490a8

File tree

6 files changed

+2701
-46
lines changed

6 files changed

+2701
-46
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mind-elixir",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Mind elixir is a free open source mind map core.",
55
"main": "dist/MindElixir.js",
66
"scripts": {

src/dev.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import MindElixirLite from './index.lite'
33
import { exportSvg, exportPng } from '../painter/index'
44
import example from './exampleData/1'
55
import example2 from './exampleData/2'
6+
import example3 from './exampleData/3'
67

78
interface Window {
89
currentOperation: any

0 commit comments

Comments
 (0)