Skip to content

Commit c8b437f

Browse files
committed
Update Package Version to 0.2.5
1 parent 8b7b955 commit c8b437f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"expo": "~51.0.28",
1313
"react": "18.2.0",
1414
"react-native": "0.74.5",
15-
"expo-check-installed-apps": "0.2.4"
15+
"expo-check-installed-apps": "0.2.5"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.20.0",

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2908,10 +2908,10 @@ expo-asset@~10.0.10:
29082908
invariant "^2.2.4"
29092909
md5-file "^3.2.3"
29102910

2911-
2912-
version "0.2.3"
2913-
resolved "https://registry.yarnpkg.com/expo-check-installed-apps/-/expo-check-installed-apps-0.2.3.tgz#7f6c2d81517175516cd6bb021ee7d6bc5a7d093e"
2914-
integrity sha512-T2s0S4UueBUtT75sX+MkkNfvqO3vSCUvaEnodNZHEwgq3VTh2FhIMDcNw5bBOTlA80gZxgFLyhUXRurV6EmPKg==
2911+
2912+
version "0.2.5"
2913+
resolved "https://registry.yarnpkg.com/expo-check-installed-apps/-/expo-check-installed-apps-0.2.5.tgz#1882e41d532fc7aa28d0892006b68997bda7995f"
2914+
integrity sha512-2G4TJyiLQz4ct5HcaXtYFAanuT5VGSoftm7jT4FT8dD2FgyXwqoTyGY6G/YTRHwMkfcHBKSLNxWF1Ofx9dJkZA==
29152915

29162916
expo-constants@~16.0.0:
29172917
version "16.0.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expo-check-installed-apps",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Expo Package to check the installed apps in android and ios",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)