Skip to content

Commit 37fdb40

Browse files
author
Jelte Lagendijk
committed
Update version nr
1 parent 2f7664f commit 37fdb40

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "BootstrapRTE",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
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
"grunt": "0.4.5",
1211
"grunt-contrib-clean": "^0.6.0",
@@ -20,7 +19,10 @@
2019
"semver": "^5.1.0",
2120
"node-mendix-modeler-path": "https://github.com/JelteMX/node-mendix-modeler-path/archive/v1.0.0.tar.gz"
2221
},
23-
"repository": {"type":"git","url":"git://github/com/mendix/Bootstrap-RTE.git"},
22+
"repository": {
23+
"type": "git",
24+
"url": "git://github/com/mendix/Bootstrap-RTE.git"
25+
},
2426
"engines": {
2527
"node": ">=0.12.0"
2628
},
@@ -32,4 +34,4 @@
3234
"scripts": {
3335
"test": "grunt test"
3436
}
35-
}
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="BootstrapRTE" version="3.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
3+
<clientModule name="BootstrapRTE" version="3.1.1" xmlns="http://www.mendix.com/clientModule/1.0/">
44
<widgetFiles>
55
<widgetFile path="BootstrapRTE/BootstrapRTE.xml"/>
66
</widgetFiles>

test/widgets/BootstrapRTE.mpk

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)