Skip to content

Commit

Permalink
Update to version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelte Lagendijk committed Mar 8, 2016
1 parent cf4a0a9 commit 6e45c2e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
Binary file modified dist/Counter.mpk
Binary file not shown.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "Counter",
"version": "2.0.0",
"version": "2.1.0",
"description": "",
"license": "",
"author": "",
"private": true,
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "^0.6.0",
Expand All @@ -31,4 +30,4 @@
"scripts": {
"test": "grunt test"
}
}
}
18 changes: 9 additions & 9 deletions src/package.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="Counter" version="2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="Counter/Counter.xml"/>
</widgetFiles>
<files>
<file path="Counter/widget/"/>
</files>
</clientModule>
<clientModule name="Counter" version="2.1.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="Counter/Counter.xml"/>
</widgetFiles>
<files>
<file path="Counter/widget/"/>
</files>
</clientModule>
</package>
Binary file modified test/widgets/Counter.mpk
Binary file not shown.

0 comments on commit 6e45c2e

Please sign in to comment.