Skip to content

Commit

Permalink
upgrade version to 0.6.3 (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
hizzgdev authored May 30, 2023
1 parent 9c30ab8 commit c431455
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsmind",
"version": "0.6.2",
"version": "0.6.3",
"description": "jsMind is a pure javascript library for mindmap, it base on html5 canvas. jsMind was released under BSD license, you can embed it in any project, if only you observe the license.",
"main": "es6/jsmind.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/jsmind.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* https://github.com/hizzgdev/jsmind/
*/

export const __version__ = '0.6.2';
export const __version__ = '0.6.3';
export const __author__ = '[email protected]';

if (typeof String.prototype.startsWith != 'function') {
Expand Down

0 comments on commit c431455

Please sign in to comment.