Skip to content

Commit

Permalink
Merge pull request #111 from ssshooter/v1.1.0
Browse files Browse the repository at this point in the history
V1.1.0
  • Loading branch information
SSShooter authored Jul 16, 2022
2 parents 3fe97d0 + 493650b commit 76490a8
Show file tree
Hide file tree
Showing 6 changed files with 2,701 additions and 46 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mind-elixir",
"version": "1.0.1",
"version": "1.1.0",
"description": "Mind elixir is a free open source mind map core.",
"main": "dist/MindElixir.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import MindElixirLite from './index.lite'
import { exportSvg, exportPng } from '../painter/index'
import example from './exampleData/1'
import example2 from './exampleData/2'
import example3 from './exampleData/3'

interface Window {
currentOperation: any
Expand Down
Loading

0 comments on commit 76490a8

Please sign in to comment.