Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelte Lagendijk committed Apr 14, 2017
1 parent a225f68 commit 95f4c34
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
Binary file modified dist/TreeView.mpk
Binary file not shown.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "TreeView",
"version": "4.3.0",
"version": "4.4.0",
"description": "",
"license": "",
"author": "",
"private": true,
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
Expand Down Expand Up @@ -35,4 +34,4 @@
"folders": "node ./node_modules/gulp/bin/gulp folders",
"modeler": "node ./node_modules/gulp/bin/gulp modeler"
}
}
}
2 changes: 1 addition & 1 deletion src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="Tree View" version="4.3.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="Tree View" version="4.4.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="TreeView/TreeView.xml"/>
<widgetFile path="TreeView/GridView.xml"/>
Expand Down
Binary file modified test/widgets/TreeView.mpk
Binary file not shown.

0 comments on commit 95f4c34

Please sign in to comment.