Skip to content

Commit

Permalink
Patch Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
zorkow committed May 22, 2020
1 parent 6c40179 commit fcc70a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mj-context-menu",
"version": "0.4.0",
"version": "0.4.1",
"description": "A generic context menu",
"main": "dist/ContextMenu.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export let CssStyles = obj1;
export let Info = obj2;
export let Popup = obj3;
export let Parse = obj4;
export let version = '0.4.0';
export let version = '0.4.1';

0 comments on commit fcc70a4

Please sign in to comment.