Skip to content

Commit a8b994b

Browse files
authored
chore(release): Prep for 1.0.0 release (#495)
* Version bump * Update CHANGELOG * Add AWSCognitoAuthPlugin/Resources/Info.plist to version bump
1 parent beec57c commit a8b994b

File tree

22 files changed

+43
-27
lines changed

22 files changed

+43
-27
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 = '1.0.0-rc.1'
12+
s.version = '1.0.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'
@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626

2727
s.source_files = 'AmplifyPlugins/Core/AWSPluginsCore/**/*.swift'
2828

29-
s.dependency 'Amplify', '1.0.0-rc.1'
29+
s.dependency 'Amplify', '1.0.0'
3030
s.dependency 'AWSMobileClient', AWS_SDK_VERSION
3131
s.dependency 'AWSCore', AWS_SDK_VERSION
3232

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 = '1.0.0-rc.1'
4+
s.version = '1.0.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.swift_version = '5.0'
1616

1717
AWS_SDK_VERSION = '~> 2.13.4'
18-
AMPLIFY_VERSION = '1.0.0-rc.1'
18+
AMPLIFY_VERSION = '1.0.0'
1919

2020
s.source_files = 'AmplifyPlugins/Predictions/AWSPredictionsPlugin/**/*.swift'
2121

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 = '1.0.0-rc.1'
12+
s.version = '1.0.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>1.0.0.rc.1</string>
18+
<string>1.0.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>1.0.0.rc.1</string>
18+
<string>1.0.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 = '1.0.0-rc.1'
12+
s.version = '1.0.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.swift_version = '5.0'
2424

2525
AWS_SDK_VERSION = '~> 2.13.4'
26-
AMPLIFY_VERSION = '1.0.0-rc.1'
26+
AMPLIFY_VERSION = '1.0.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>1.0.0.rc.1</string>
18+
<string>1.0.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>1.0.0.rc.1</string>
18+
<string>1.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

AmplifyPlugins/Auth/AWSCognitoAuthPlugin/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>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.0.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>1.0.0.rc.1</string>
18+
<string>1.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

0 commit comments

Comments
 (0)