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

Commit

Permalink
Merge pull request #32 from aclev/versionUpdate
Browse files Browse the repository at this point in the history
updated version to 1.0.4
  • Loading branch information
aclev committed Sep 29, 2015
2 parents 557b632 + 43ea4a4 commit c7dcad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OneDriveSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "OneDriveSDK"
s.version = "1.0.3"
s.version = "1.0.4"
s.summary = "OneDrive iOS SDK"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion OneDriveSDK/OneDriveCoreSDK/Core/ODConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
NSString *const ODHeaderContentType = @"Content-Type";
NSString *const ODHeaderApplicationJson = @"application/json";
NSString *const ODHeaderRespondAsync = @"respond-async";
NSString *const ODSDKVersion = @"1.0.3";
NSString *const ODSDKVersion = @"1.0.4";

0 comments on commit c7dcad6

Please sign in to comment.