Skip to content

Commit 593847a

Browse files
1 parent 9d634f1 commit 593847a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h1>Apache Cordova</h1>
241241
{
242242
'startDate': new Date(new Date().getTime() - 3 * 24 * 60 * 60 * 1000), // three days ago
243243
'endDate': new Date(), // now
244-
'aggregation': 'hour', // 'hour' or 'day', default 'day'
244+
'aggregation': 'week', // 'hour', 'week', 'year' or 'day', default 'day'
245245
'sampleType': 'HKQuantityTypeIdentifierStepCount', // any HKQuantityType
246246
'unit': 'count' // make sure this is compatible with the sampleType
247247
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.4.0",
2+
"version": "0.4.1",
33
"name": "com.telerik.plugins.healthkit",
44
"cordova_name": "HealthKit",
55
"description": "Interact with the iOS HealthKit SDK.",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
id="com.telerik.plugins.healthkit"
4-
version="0.4.0">
4+
version="0.4.1">
55

66
<name>HealthKit</name>
77

0 commit comments

Comments
 (0)