Skip to content

Commit

Permalink
Bump package number 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andries-Smit committed Mar 3, 2017
1 parent c8cbefb commit 3a97d7b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "ProgressBar",
"version": "1.2.0",
"description": "",
"license": "MIT",
"author": "Andries Smit",
"dependencies": {},
"devDependencies": {
"grunt": "1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-csslint": "^1.0.0"
}
}
{
"name": "ProgressBar",
"version": "1.2.0",
"description": "",
"license": "MIT",
"author": "Andries Smit",
"dependencies": {},
"devDependencies": {
"grunt": "1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-csslint": "^1.0.0"
}
}
20 changes: 10 additions & 10 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" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="Progress Bar" version="1.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="ProgressBar/ProgressBar.xml"/>
</widgetFiles>
<files>
<file path="ProgressBar/"/>
</files>
</clientModule>
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="Progress Bar" version="1.2.0" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="ProgressBar/ProgressBar.xml"/>
</widgetFiles>
<files>
<file path="ProgressBar/"/>
</files>
</clientModule>
</package>

0 comments on commit 3a97d7b

Please sign in to comment.