Skip to content

Commit 83bf34d

Browse files
author
Jelte Lagendijk
committed
Bump version
1 parent 5acf579 commit 83bf34d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "CustomString",
3-
"version": "2.2.1",
3+
"version": "2.2.3",
44
"description": "Create a string with a microflow",
55
"license": "",
66
"author": "",
77
"private": true,
8-
"dependencies": {
9-
},
8+
"dependencies": {},
109
"devDependencies": {
1110
"del": "^2.2.2",
1211
"gulp": "^3.9.1",
@@ -35,4 +34,4 @@
3534
"folders": "node ./node_modules/gulp/bin/gulp folders",
3635
"modeler": "node ./node_modules/gulp/bin/gulp modeler"
3736
}
38-
}
37+
}

src/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="CustomString" version="2.2.2" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="CustomString" version="2.2.3" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="CustomString/CustomString.xml"/>
66
<widgetFile path="CustomString/CustomStringNoContext.xml"/>

test/widgets/CustomString.mpk

-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)