Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelte Lagendijk committed Nov 11, 2016
1 parent c90820a commit 5197c65
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "formatstring",
"version": "5.4.1",
"version": "5.5.0",
"description": "This widget adds a user-defined string to your page, taking object attributes as input parameters.",
"license": "",
"author": "",
"private": true,
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
Expand Down Expand Up @@ -34,4 +33,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="formatstring" version="5.4.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="formatstring" version="5.5.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="formatstring/formatstring.xml"/>
</widgetFiles>
Expand Down
Binary file modified test/widgets/FormatString.mpk
Binary file not shown.

0 comments on commit 5197c65

Please sign in to comment.