Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from microsoftgraph/vidadhee/VersionUpdate
Browse files Browse the repository at this point in the history
Update the project version
  • Loading branch information
dadheech115 authored Mar 1, 2019
2 parents b78dfd8 + 62c1da2 commit b07c185
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MSGraphClientModels.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = "MSGraphClientModels"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "Microsoft Graph Models to be used with MSGraphClientSDK."
s.description = <<-DESC
Use these models to convert raw data from MSGraphClientSDK to models and back.
Expand Down
2 changes: 1 addition & 1 deletion MSGraphClientModels/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.1.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ - (void)setUp {
self.dateComponents.hour = 16;
self.dateComponents.minute = 39;
self.dateComponents.second = 57;
self.dateComponents.timeZone = [NSTimeZone systemTimeZone];
self.dateComponents.timeZone = [NSTimeZone timeZoneForSecondsFromGMT:((5*60)+30)*60];
self.dateComponents.calendar = [NSCalendar currentCalendar];
}

Expand Down

0 comments on commit b07c185

Please sign in to comment.