Skip to content

Commit 31d9cf2

Browse files
author
charmian01
authored
Merge pull request #822 from microsoft/release/3.0.2
Setup DemoApp for release 3.0.2
2 parents d7039b0 + fe9bc62 commit 31d9cf2

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

DemoApp/ios/Podfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ target 'DemoApp' do
66
# use_frameworks!
77

88
# Pods for DemoApp
9-
pod 'AppCenter/Push', '~> 3.1.0'
10-
pod 'AppCenter/Crashes', '~> 3.1.0'
11-
pod 'AppCenter/Analytics', '~> 3.1.0'
12-
pod 'AppCenterReactNativeShared', '~> 3.0.1'
9+
pod 'AppCenter/Push', '~> 3.1.1'
10+
pod 'AppCenter/Crashes', '~> 3.1.1'
11+
pod 'AppCenter/Analytics', '~> 3.1.1'
12+
pod 'AppCenterReactNativeShared', '~> 3.0.2'
1313

1414
platform :ios, '9.0'
1515

DemoApp/ios/Podfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
PODS:
2-
- AppCenter/Analytics (3.1.0):
2+
- AppCenter/Analytics (3.1.1):
33
- AppCenter/Core
4-
- AppCenter/Core (3.1.0)
5-
- AppCenter/Crashes (3.1.0):
4+
- AppCenter/Core (3.1.1)
5+
- AppCenter/Crashes (3.1.1):
66
- AppCenter/Core
7-
- AppCenter/Push (3.1.0):
7+
- AppCenter/Push (3.1.1):
88
- AppCenter/Core
9-
- AppCenterReactNativeShared (3.0.1):
10-
- AppCenter/Core (= 3.1.0)
9+
- AppCenterReactNativeShared (3.0.2):
10+
- AppCenter/Core (= 3.1.1)
1111

1212
DEPENDENCIES:
13-
- AppCenter/Analytics (~> 3.1.0)
14-
- AppCenter/Crashes (~> 3.1.0)
15-
- AppCenter/Push (~> 3.1.0)
16-
- AppCenterReactNativeShared (~> 3.0.1)
13+
- AppCenter/Analytics (~> 3.1.1)
14+
- AppCenter/Crashes (~> 3.1.1)
15+
- AppCenter/Push (~> 3.1.1)
16+
- AppCenterReactNativeShared (~> 3.0.2)
1717

1818
SPEC REPOS:
1919
https://msmobilecenter.visualstudio.com/SDK/_git/AppCenterSDK-Specs-Private:
@@ -22,9 +22,9 @@ SPEC REPOS:
2222
- AppCenter
2323

2424
SPEC CHECKSUMS:
25-
AppCenter: a1c30c47b7882a04a615ffa5ab26c007326436d8
26-
AppCenterReactNativeShared: ceadef70b8b0e1e35f574dd1643f1c318a97cc4e
25+
AppCenter: 513d32888854d67d8cfbd3a8db16aeb5fb2e2a75
26+
AppCenterReactNativeShared: 89324900b8b668d9cd91c5c3d2045584f98fff19
2727

28-
PODFILE CHECKSUM: a55d82388a0f108ccb7f9cd1977392830b638756
28+
PODFILE CHECKSUM: 1568f74e7e6f8a46cd7b4cb9c1949910389d3e83
2929

3030
COCOAPODS: 1.9.1

DemoApp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
},
1010
"dependencies": {
1111
"@react-native-community/async-storage": "1.6.2",
12-
"appcenter": "^3.0.1",
13-
"appcenter-analytics": "^3.0.1",
14-
"appcenter-crashes": "^3.0.1",
15-
"appcenter-push": "^3.0.1",
12+
"appcenter": "^3.0.2",
13+
"appcenter-analytics": "^3.0.2",
14+
"appcenter-crashes": "^3.0.2",
15+
"appcenter-push": "^3.0.2",
1616
"metro": "0.54.1",
1717
"react": "16.8.3",
1818
"react-native": "0.59.9",

0 commit comments

Comments
 (0)