diff --git a/README.md b/README.md
index 6b4c230..bdc19f1 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,49 @@
-![app icon](./assets/icon.png)
-
-[![Status](https://img.shields.io/badge/status-stable-blue.svg)](https://github.com/godkingjay/Authentic-Pinoy-Recipes-App/tree/master)
-[![License](https://img.shields.io/badge/License-MIT%20or%20Apache%202-green.svg)](https://github.com/godkingjay/Authentic-Pinoy-Recipes-App/tree/master)
-[![Release](https://img.shields.io/github/release/godkingjay/Authentic-Pinoy-Recipes-App.svg?maxAge=3600&label=download)](https://github.com/godkingjay/Authentic-Pinoy-Recipes-App/releases/latest)
-[![Downloads](https://img.shields.io/github/downloads/godkingjay/Authentic-Pinoy-Recipes-App/total?style=flat-square)](https://github.com/godkingjay/Authentic-Pinoy-Recipes-App/releases/latest)
-[![Stars](https://img.shields.io/github/stars/godkingjay/Authentic-Pinoy-Recipes-App.svg?style=social&label=Stars)](https://github.com/godkingjay/Authentic-Pinoy-Recipes-App/stargazers)
-
-[![Last Commit](https://img.shields.io/github/last-commit/godkingjay/Authentic-Pinoy-Recipes-App.svg)](https://github.com/godkingjay/Authentic-Pinoy-Recipes-App/commits)
-[![Issues Open](https://img.shields.io/github/issues/godkingjay/Authentic-Pinoy-Recipes-App.svg)](https://github.com/godkingjay/Authentic-Pinoy-Recipes-App/issues)
-[![Issues Closed](https://img.shields.io/github/issues-closed/godkingjay/Authentic-Pinoy-Recipes-App.svg)](https://github.com/godkingjay/Authentic-Pinoy-Recipes-App/issues?q=is%3Aissue+is%3Aclosed)
-[![Code Size](https://img.shields.io/github/languages/code-size/godkingjay/Authentic-Pinoy-Recipes-App.svg)](https://github.com/godkingjay/Authentic-Pinoy-Recipes-App)
-[![Repo Size](https://img.shields.io/github/repo-size/godkingjay/Authentic-Pinoy-Recipes-App.svg)](https://github.com/godkingjay/Authentic-Pinoy-Recipes-App)
+
+
+
+
+
+
+
+
+
# Authentic Pinoy Recipes
-Authentic Pinoy Recipes is a personal project meant to be submitted as an educational project for the subject Mobile System Development to complete the said subject.
+Authentic Pinoy Recipes is a personal project to be submitted to complete the Mobile System Development Course.
# Features
diff --git a/app.json b/app.json
index d602fe2..7bedf8f 100644
--- a/app.json
+++ b/app.json
@@ -2,7 +2,7 @@
"expo": {
"name": "Authentic Pinoy Recipes",
"slug": "authentic_pinoy_recipes",
- "version": "1.4.1",
+ "version": "1.4.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
diff --git a/package.json b/package.json
index 68f6cff..c9d443e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "authentic_pinoy_recipes",
- "version": "1.4.1",
+ "version": "1.4.2",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
@@ -24,7 +24,7 @@
"react-native-animated-pagination-dots": "^0.1.73",
"react-native-elements": "^3.4.2",
"react-native-flash-message": "^0.4.0",
- "react-native-safe-area-context": "4.3.1",
+ "react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.19.0",
"react-native-svg": "13.8.0"
},
diff --git a/yarn.lock b/yarn.lock
index 05e27a9..e38f727 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -7428,10 +7428,10 @@ react-native-ratings@8.0.4:
dependencies:
lodash "^4.17.15"
-react-native-safe-area-context@4.3.1:
- version "4.3.1"
- resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.3.1.tgz#5cf97b25b395e0d09bc1f828920cd7da0d792ade"
- integrity sha512-cEr7fknJCToTrSyDCVNg0GRdRMhyLeQa2NZwVCuzEQcWedOw/59ExomjmzCE4rxrKXs6OJbyfNtFRNyewDaHuA==
+react-native-safe-area-context@4.5.0:
+ version "4.5.0"
+ resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-4.5.0.tgz#9208313236e8f49e1920ac1e2a2c975f03aed284"
+ integrity sha512-0WORnk9SkREGUg2V7jHZbuN5x4vcxj/1B0QOcXJjdYWrzZHgLcUzYWWIUecUPJh747Mwjt/42RZDOaFn3L8kPQ==
react-native-screens@~3.19.0:
version "3.19.0"