Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
colbylwilliams committed Jun 5, 2018
1 parent eff11f4 commit e0f8b86
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion AzureAuth/Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion AzureCore.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'AzureCore'
s.version = '0.1.2'
s.version = '0.1.3'
s.summary = 'Microsoft Azure client SDKs for iOS.'

s.description = 'Microsoft Azure client SDKs for iOS, macOS, watchOS, tvOS.'
Expand Down
2 changes: 1 addition & 1 deletion AzureCore/Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions AzureData.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'AzureData'
s.version = '0.1.2'
s.version = '0.1.3'
s.summary = 'Microsoft Azure Cosmos DB client SDKs for iOS.'

s.description = 'Microsoft Azure Cosmos DB client SDKs for iOS, macOS, watchOS, tvOS.'
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|

s.source = { :git => 'https://github.com/Azure/Azure.iOS.git', :tag => "v#{s.version}" }

s.dependency 'AzureCore', '0.1.2'
s.dependency 'AzureCore', '0.1.3'

s.swift_version = '4.1'

Expand Down
2 changes: 1 addition & 1 deletion AzureData/Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion AzurePush/Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion AzureStorage/Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.1.2</string>
<string>0.1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit e0f8b86

Please sign in to comment.