Skip to content

Commit 3121691

Browse files
author
Jelte Lagendijk
committed
Bump version
1 parent b840566 commit 3121691

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "HTMLSnippet",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"description": "",
55
"license": "",
66
"author": "",
77
"private": true,
8-
"dependencies": {
9-
},
8+
"dependencies": {},
109
"devDependencies": {
1110
"del": "^2.2.2",
1211
"gulp": "^3.9.1",
@@ -34,4 +33,4 @@
3433
"folders": "node ./node_modules/gulp/bin/gulp folders",
3534
"modeler": "node ./node_modules/gulp/bin/gulp modeler"
3635
}
37-
}
36+
}

src/package.xml

+1-1
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="HTMLSnippet" version="3.6.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="HTMLSnippet" version="3.7.0" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="HTMLSnippet/HTMLSnippet.xml"/>
66
</widgetFiles>

test/widgets/HTMLSnippet.mpk

-1 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)