Skip to content

Commit a62b6b6

Browse files
author
Jelte Lagendijk
committed
Bump version
1 parent a91c71c commit a62b6b6

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "BootstrapRTE",
3-
"version": "3.1.2",
3+
"version": "3.2.0",
44
"description": "Basic Bootstrap Wysiwyg Editor",
55
"license": "Apache License, Version 2.0, January 2004",
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

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

test/widgets/BootstrapRTE.mpk

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)