Skip to content

Commit

Permalink
Fix default green color for Apollo
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteMX committed Mar 24, 2020
1 parent 5ce78b2 commit 733d9d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "filedropper",
"widgetName": "FileDropper",
"version": "1.2.1",
"version": "1.2.2",
"description": "Drop files in your Mendix Application",
"copyright": "Mendix 2020",
"author": "Jelte Lagendijk",
Expand Down
4 changes: 2 additions & 2 deletions src/FileDropper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,9 @@ Note 3: To avoid any other problem, make sure this helper object is detached fro
<caption>Error color</caption>
<description>Default is '#FF0000'</description>
</property>
<property key="uiPbColorSuccess" type="string" required="true" defaultValue="#32A778">
<property key="uiPbColorSuccess" type="string" required="true" defaultValue="#0A9B00">
<caption>Success color</caption>
<description>Default is '#32A778'</description>
<description>Default is '#0A9B00'</description>
</property>
</propertyGroup>
</propertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<package xmlns="http://www.mendix.com/package/1.0/">
<clientModule name="FileDropper" version="1.2.1" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="FileDropper" version="1.2.2" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="FileDropper.xml"/>
</widgetFiles>
Expand Down

0 comments on commit 733d9d5

Please sign in to comment.