Skip to content

Commit f799cbc

Browse files
author
Jelte Lagendijk
committed
Bump version
1 parent 3e7f451 commit f799cbc

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "CustomString",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Create a string with a microflow",
55
"license": "",
66
"author": "",
77
"private": true,
8-
"dependencies": {
9-
},
8+
"dependencies": {},
109
"devDependencies": {
1110
"grunt": "0.4.5",
1211
"grunt-contrib-clean": "^0.6.0",
@@ -21,8 +20,8 @@
2120
"node-mendix-modeler-path": "https://github.com/JelteMX/node-mendix-modeler-path/archive/v1.0.0.tar.gz"
2221
},
2322
"repository": {
24-
"type":"git",
25-
"url":"http://github.com/mendix/CustomString"
23+
"type": "git",
24+
"url": "http://github.com/mendix/CustomString"
2625
},
2726
"engines": {
2827
"node": ">=0.12.0"
@@ -35,4 +34,4 @@
3534
"scripts": {
3635
"test": "grunt test"
3736
}
38-
}
37+
}

src/package.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://www.mendix.com/package/1.0/">
3-
<clientModule name="CustomString" version="2.1" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="CustomString" version="2.1.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
5-
<widgetFile path="CustomString/CustomString.xml" />
6-
<widgetFile path="CustomString/CustomStringNoContext.xml" />
5+
<widgetFile path="CustomString/CustomString.xml"/>
6+
<widgetFile path="CustomString/CustomStringNoContext.xml"/>
77
</widgetFiles>
88
<files>
9-
<file path="CustomString/widget/" />
9+
<file path="CustomString/widget/"/>
1010
</files>
1111
</clientModule>
1212
</package>

test/widgets/CustomString.mpk

-4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)