Skip to content

Commit 25740b3

Browse files
authored
chore(release): Prep 1.0.3 release (#590)
1 parent 6f58a4e commit 25740b3

File tree

28 files changed

+120
-120
lines changed

28 files changed

+120
-120
lines changed

AWSPluginsCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# Version definitions
10-
$AMPLIFY_VERSION = '1.0.2'
10+
$AMPLIFY_VERSION = '1.0.3'
1111
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
1212

1313
$AWS_SDK_VERSION = '2.13.6'

AWSPredictionsPlugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Version definitions
2-
$AMPLIFY_VERSION = '1.0.2'
2+
$AMPLIFY_VERSION = '1.0.3'
33
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
44

55
$AWS_SDK_VERSION = '2.13.6'

Amplify.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# Version definitions
10-
$AMPLIFY_VERSION = '1.0.2'
10+
$AMPLIFY_VERSION = '1.0.3'
1111
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
1212

1313
Pod::Spec.new do |s|

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.2</string>
18+
<string>1.0.3</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.2</string>
18+
<string>1.0.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

AmplifyPlugins.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
# Version definitions
10-
$AMPLIFY_VERSION = '1.0.2'
10+
$AMPLIFY_VERSION = '1.0.3'
1111
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
1212

1313
$AWS_SDK_VERSION = '2.13.6'

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.2</string>
18+
<string>1.0.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

AmplifyPlugins/API/Podfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
PODS:
2-
- Amplify (1.0.2):
3-
- Amplify/Default (= 1.0.2)
4-
- Amplify/Default (1.0.2)
5-
- AmplifyPlugins/AWSCognitoAuthPlugin (1.0.2):
2+
- Amplify (1.0.3):
3+
- Amplify/Default (= 1.0.3)
4+
- Amplify/Default (1.0.3)
5+
- AmplifyPlugins/AWSCognitoAuthPlugin (1.0.3):
66
- AWSAuthCore (~> 2.13.6)
77
- AWSCore (~> 2.13.6)
88
- AWSMobileClient (~> 2.13.6)
9-
- AWSPluginsCore (= 1.0.2)
10-
- AmplifyTestCommon (1.0.2):
11-
- Amplify (= 1.0.2)
12-
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.0.2)
13-
- AmplifyTestCommon/AWSPluginsTestCommon (1.0.2):
14-
- Amplify (= 1.0.2)
9+
- AWSPluginsCore (= 1.0.3)
10+
- AmplifyTestCommon (1.0.3):
11+
- Amplify (= 1.0.3)
12+
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.0.3)
13+
- AmplifyTestCommon/AWSPluginsTestCommon (1.0.3):
14+
- Amplify (= 1.0.3)
1515
- AWSCore (~> 2.13.6)
16-
- AWSPluginsCore (= 1.0.2)
16+
- AWSPluginsCore (= 1.0.3)
1717
- AppSyncRealTimeClient (1.1.6):
1818
- Starscream (= 3.0.6)
1919
- AWSAuthCore (2.13.6):
@@ -26,8 +26,8 @@ PODS:
2626
- AWSMobileClient (2.13.6):
2727
- AWSAuthCore (= 2.13.6)
2828
- AWSCognitoIdentityProvider (= 2.13.6)
29-
- AWSPluginsCore (1.0.2):
30-
- Amplify (= 1.0.2)
29+
- AWSPluginsCore (1.0.3):
30+
- Amplify (= 1.0.3)
3131
- AWSCore (~> 2.13.6)
3232
- AWSMobileClient (~> 2.13.6)
3333
- CwlCatchException (1.0.2)
@@ -89,16 +89,16 @@ CHECKOUT OPTIONS:
8989
:tag: 1.2.0
9090

9191
SPEC CHECKSUMS:
92-
Amplify: b4deddc12754b7e6c31dc6f321e1ff5d70aa6cf5
93-
AmplifyPlugins: 14f4defa031e224de90fafc971a38c19c34fb6e3
94-
AmplifyTestCommon: 5be7bf7cfd515a8ea0dc66eb3d9e6900288d3306
92+
Amplify: e9029b71d965db29a6434692b4bc8ee29ebfa7df
93+
AmplifyPlugins: eb8621cb3efadb5e955578170aec320b51267935
94+
AmplifyTestCommon: d88bf77887b70ddfbb6e4b0accb80e1cb56f3fc9
9595
AppSyncRealTimeClient: 4a2ccdc1722750a1f4d76e216f9bfb1cf12f10de
9696
AWSAuthCore: 62e92b5ffbd66b8ba0eac471e7f90ccfa76cf63b
9797
AWSCognitoIdentityProvider: 05f14f7c892df9ff764268d2ac33b4e95288e603
9898
AWSCognitoIdentityProviderASF: f94f1a502e72ef3d0a1de93e10bf7a79c8698118
9999
AWSCore: 2b6015f278770e745b4863ac5f45e007e647f298
100100
AWSMobileClient: 420a899c4691c7f0991daa35daee82a84396ec63
101-
AWSPluginsCore: 3e6d6be84232b1c114935134a2b6763c0ad06b5e
101+
AWSPluginsCore: 5b1aaeebd0407dcfad03fca13c8c9da8a9039574
102102
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
103103
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
104104
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825

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.2</string>
18+
<string>1.0.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
</dict>

AmplifyPlugins/Analytics/Podfile.lock

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
PODS:
2-
- Amplify (1.0.2):
3-
- Amplify/Default (= 1.0.2)
4-
- Amplify/Default (1.0.2)
5-
- AmplifyPlugins/AWSCognitoAuthPlugin (1.0.2):
2+
- Amplify (1.0.3):
3+
- Amplify/Default (= 1.0.3)
4+
- Amplify/Default (1.0.3)
5+
- AmplifyPlugins/AWSCognitoAuthPlugin (1.0.3):
66
- AWSAuthCore (~> 2.13.6)
77
- AWSCore (~> 2.13.6)
88
- AWSMobileClient (~> 2.13.6)
9-
- AWSPluginsCore (= 1.0.2)
10-
- AmplifyTestCommon (1.0.2):
11-
- Amplify (= 1.0.2)
12-
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.0.2)
13-
- AmplifyTestCommon/AWSPluginsTestCommon (1.0.2):
14-
- Amplify (= 1.0.2)
9+
- AWSPluginsCore (= 1.0.3)
10+
- AmplifyTestCommon (1.0.3):
11+
- Amplify (= 1.0.3)
12+
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.0.3)
13+
- AmplifyTestCommon/AWSPluginsTestCommon (1.0.3):
14+
- Amplify (= 1.0.3)
1515
- AWSCore (~> 2.13.6)
16-
- AWSPluginsCore (= 1.0.2)
16+
- AWSPluginsCore (= 1.0.3)
1717
- AWSAuthCore (2.13.6):
1818
- AWSCore (= 2.13.6)
1919
- AWSCognitoIdentityProvider (2.13.6):
@@ -26,8 +26,8 @@ PODS:
2626
- AWSCognitoIdentityProvider (= 2.13.6)
2727
- AWSPinpoint (2.13.6):
2828
- AWSCore (= 2.13.6)
29-
- AWSPluginsCore (1.0.2):
30-
- Amplify (= 1.0.2)
29+
- AWSPluginsCore (1.0.3):
30+
- Amplify (= 1.0.3)
3131
- AWSCore (~> 2.13.6)
3232
- AWSMobileClient (~> 2.13.6)
3333
- CwlCatchException (1.0.2)
@@ -83,16 +83,16 @@ CHECKOUT OPTIONS:
8383
:tag: 1.2.0
8484

8585
SPEC CHECKSUMS:
86-
Amplify: b4deddc12754b7e6c31dc6f321e1ff5d70aa6cf5
87-
AmplifyPlugins: 14f4defa031e224de90fafc971a38c19c34fb6e3
88-
AmplifyTestCommon: 5be7bf7cfd515a8ea0dc66eb3d9e6900288d3306
86+
Amplify: e9029b71d965db29a6434692b4bc8ee29ebfa7df
87+
AmplifyPlugins: eb8621cb3efadb5e955578170aec320b51267935
88+
AmplifyTestCommon: d88bf77887b70ddfbb6e4b0accb80e1cb56f3fc9
8989
AWSAuthCore: 62e92b5ffbd66b8ba0eac471e7f90ccfa76cf63b
9090
AWSCognitoIdentityProvider: 05f14f7c892df9ff764268d2ac33b4e95288e603
9191
AWSCognitoIdentityProviderASF: f94f1a502e72ef3d0a1de93e10bf7a79c8698118
9292
AWSCore: 2b6015f278770e745b4863ac5f45e007e647f298
9393
AWSMobileClient: 420a899c4691c7f0991daa35daee82a84396ec63
9494
AWSPinpoint: 91cc98431e9d46c7e7f53987e180e4f2a9728177
95-
AWSPluginsCore: 3e6d6be84232b1c114935134a2b6763c0ad06b5e
95+
AWSPluginsCore: 5b1aaeebd0407dcfad03fca13c8c9da8a9039574
9696
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
9797
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
9898
SwiftFormat: a5ab293a7f6a812bec6f4ffc5507b7ed08f7f6e1

0 commit comments

Comments
 (0)