Skip to content

Commit 90e4aca

Browse files
authored
Bump version to 0.10.0 (#287)
* Bump version to 0.10.0 * Enable all production pods * Update repo after pushing pods
1 parent a168d28 commit 90e4aca

File tree

21 files changed

+33
-30
lines changed

21 files changed

+33
-30
lines changed

AWSPluginsCore.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = 'AWSPluginsCore'
12-
s.version = '0.9.0'
12+
s.version = '0.10.0'
1313
s.summary = 'Amazon Web Services Amplify for iOS.'
1414

1515
s.description = 'AWS Amplify for iOS provides a declarative library for application development using cloud services'
@@ -25,7 +25,7 @@ Pod::Spec.new do |s|
2525
AWS_SDK_VERSION = "~> 2.12.2"
2626

2727
s.source_files = 'AmplifyPlugins/Core/AWSPluginsCore/**/*.swift'
28-
s.dependency 'Amplify', '0.9.0'
28+
s.dependency 'Amplify', '0.10.0'
2929
s.dependency 'AWSMobileClient', AWS_SDK_VERSION
3030

3131
end

AWSPredictionsPlugin.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'AWSPredictionsPlugin'
4-
s.version = '0.9.0'
4+
s.version = '0.10.0'
55
s.summary = 'Amazon Web Services Amplify for iOS.'
66

77
s.description = 'AWS Amplify for iOS provides a declarative library for application development using cloud services'
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.requires_arc = true
1616

1717
AWS_SDK_VERSION = '~> 2.12.2'
18-
AMPLIFY_VERSION = '0.9.0'
18+
AMPLIFY_VERSION = '0.10.0'
1919

2020
s.source_files = 'AmplifyPlugins/Predictions/AWSPredictionsPlugin/**/*.swift'
2121
s.dependency 'AWSComprehend', AWS_SDK_VERSION

Amplify.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = 'Amplify'
12-
s.version = '0.9.0'
12+
s.version = '0.10.0'
1313
s.summary = 'Amazon Web Services Amplify for iOS.'
1414

1515
s.description = 'AWS Amplify for iOS provides a declarative library for application development using cloud services'

Amplify/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.9.0</string>
18+
<string>0.10.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

AmplifyFunctionalTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.9.0</string>
18+
<string>0.10.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

AmplifyPlugins.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = 'AmplifyPlugins'
12-
s.version = '0.9.0'
12+
s.version = '0.10.0'
1313
s.summary = 'Amazon Web Services Amplify for iOS.'
1414

1515
s.description = 'AWS Amplify for iOS provides a declarative library for application development using cloud services'
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
2323
s.requires_arc = true
2424

2525
AWS_SDK_VERSION = '~> 2.12.2'
26-
AMPLIFY_VERSION = '0.9.0'
26+
AMPLIFY_VERSION = '0.10.0'
2727

2828
s.subspec 'AWSAPIPlugin' do |ss|
2929
ss.source_files = 'AmplifyPlugins/API/AWSAPICategoryPlugin/**/*.swift'

AmplifyPlugins/API/AWSAPICategoryPlugin/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.9.0</string>
18+
<string>0.10.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

AmplifyPlugins/Analytics/AWSPinpointAnalyticsPlugin/Resources/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.9.0</string>
18+
<string>0.10.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

AmplifyPlugins/Core/AWSPluginsCore/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.9.0</string>
18+
<string>0.10.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

AmplifyPlugins/Core/AWSPluginsCore/ServiceConfiguration/AmplifyAWSServiceConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class AmplifyAWSServiceConfiguration: AWSServiceConfiguration {
1212
override public class func baseUserAgent() -> String! {
1313
//TODO: Retrieve this version from a centralized location:
1414
//https://github.com/aws-amplify/amplify-ios/issues/276
15-
let version = "0.9.0"
15+
let version = "0.10.0"
1616
let sdkName = "amplify-iOS"
1717
let systemName = UIDevice.current.systemName.replacingOccurrences(of: " ", with: "-")
1818
let systemVersion = UIDevice.current.systemVersion

0 commit comments

Comments
 (0)