Skip to content

Commit

Permalink
feat: ✨ nameing on Att
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwelgemoed committed Sep 7, 2021
1 parent 02fa379 commit 0575de4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "calendarnativewidget",
"widgetName": "CalendarNativeWidget",
"version": "1.0.5",
"version": "1.0.6",
"description": "Calendar Widget for Mendix Native",
"copyright": "2021 Mendix Technology BV",
"author": "Arno Welgemoed",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
</property>

<property key="dateSelectColor" type="attribute" dataSource="incomingDates" required="false">
<caption>Date Color</caption>
<caption>Date Select Color</caption>
<description></description>
<attributeTypes>
<attributeType name="String"/>
</attributeTypes>
</property>
<property key="dateDotColor" type="attribute" dataSource="incomingDates" required="false">
<caption>Date Color</caption>
<caption>Date Dot Color</caption>
<description></description>
<attributeTypes>
<attributeType name="String"/>
Expand Down
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="CalendarNativeWidget" version="1.0.5" xmlns="http://www.mendix.com/clientModule/1.0/">
<clientModule name="CalendarNativeWidget" version="1.0.6" xmlns="http://www.mendix.com/clientModule/1.0/">
<widgetFiles>
<widgetFile path="CalendarNativeWidget.xml"/>
</widgetFiles>
Expand Down

0 comments on commit 0575de4

Please sign in to comment.