@replyke/expo 5.0.2 → 5.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -38,4 +38,4 @@ Full documentation, including API references and integration guides, is availabl
38
38
 
39
39
  ## License
40
40
 
41
- Replyke Core is licensed under the Apache 2.0 License.
41
+ Replyke Expo is licensed under the Apache 2.0 License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@replyke/expo",
3
- "version": "5.0.2",
3
+ "version": "5.0.4",
4
4
  "private": false,
5
5
  "license": "Apache-2.0",
6
6
  "author": "Replyke, maintained by Yanay Tsabary",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "homepage": "https://docs.replyke.com",
41
41
  "dependencies": {
42
- "@replyke/core": "5.0.2"
42
+ "@replyke/core": "5.0.4"
43
43
  },
44
44
  "devDependencies": {
45
45
  "expo-secure-store": "^14.0.1"