Skip to content

Commit

Permalink
Merge pull request #57 from BIDMCDigitalPsychiatry/hotfix/callsensor_…
Browse files Browse the repository at this point in the history
…duration_milliseconds

package version updated for callsensor duration
  • Loading branch information
jijopulikkottil authored Oct 11, 2023
2 parents 01c7c6d + 9fa8e61 commit f80387b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SharedToWatchExt/SensorModels/SensorDataModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ extension SensorDataModel {

public init(callsData: CallsData) {
self.type = callsData.type
self.duration = Double(callsData.duration)
self.duration = callsData.duration
}

public init(locationData: LocationsData) {
Expand Down
2 changes: 1 addition & 1 deletion mindLAMP.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1987,7 +1987,7 @@
repositoryURL = "https://github.com/BIDMCDigitalPsychiatry/LAMP-swift.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2023.4.19;
minimumVersion = 2023.10.11;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/BIDMCDigitalPsychiatry/LAMP-swift.git",
"state" : {
"revision" : "7a40bb3daebc4d8547d696167e389d167edfd6c7",
"version" : "2023.4.19"
"revision" : "9a9475c70c2231d071c8b86e609009519f218620",
"version" : "2023.10.11"
}
}
],
Expand Down

0 comments on commit f80387b

Please sign in to comment.