Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteMX committed Sep 7, 2021
1 parent f680aae commit f9e60e8
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,7 +1,7 @@
{
"name": "dynamictable",
"widgetName": "DynamicTable",
"version": "1.3.4",
"version": "1.4.0",
"description": "Dynamic (Tree) Table for Mendix",
"copyright": "Jelte Lagendijk 2019",
"author": "Jelte Lagendijk <jelte.lagendijk@mendix.com>",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const customConfig = {
output: {
comments: false,
beautify: false,
preamble: `/* Matrix || Version ${pkg.version} || Apache 2 LICENSE || Developer: ${pkg.author} || Please report any issues here: https://github.com/JelteMX/mendix-dynamic-table/issues */\n`
preamble: `/* Matrix || Version ${pkg.version} || Apache 2 LICENSE || Developer: ${pkg.author} || Please report any issues here: https://github.com/mendixlabs/mendix-dynamic-table/issues */\n`
// comments: false
},
toplevel: false,
Expand Down

0 comments on commit f9e60e8

Please sign in to comment.