Skip to content

Commit

Permalink
package version updated for callsensor duration
Browse files Browse the repository at this point in the history
  • Loading branch information
jijopulikkottil committed Oct 11, 2023
1 parent 01c7c6d commit 9fa8e61
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 9fa8e61

Please sign in to comment.