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

Commit

Permalink
version bump to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Levenberg committed Dec 10, 2015
1 parent 9de8bd4 commit 36ca07b
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.1.1"
s.version = "1.1.2"
s.summary = "OneDrive iOS SDK"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion OneDriveSDK/Common/ODAuthConstants.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#import <Foundation/Foundation.h>
#import "ODAuthConstants.h"

NSString * const OD_SDK_VERSION = @"1.1.1";
NSString * const OD_SDK_VERSION = @"1.1.2";

NSString * const OD_AUTH_ERROR_DOMAIN = @"com.microsoft.onedrivesdk.autherror";
NSString * const OD_AUTH_ERROR_KEY = @"ODAuthErrorKey";
Expand Down

0 comments on commit 36ca07b

Please sign in to comment.