Skip to content

Commit

Permalink
build: bump version v.1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bri74 committed May 10, 2024
1 parent bfd02e5 commit de66bbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polito/students-app",
"version": "1.6.4",
"version": "1.6.5",
"private": true,
"scripts": {
"android": "react-native run-android --active-arch-only --appIdSuffix=dev",
Expand All @@ -16,7 +16,7 @@
"format": "prettier --write '**/*.{ts,tsx,md}'",
"types:check": "tsc --noEmit",
"check": "npm run lint:check && npm run format:check && npm run types:check",
"postinstall": "react-native setup-ios-permissions && pod-install"
"postinstall": "react-native setup-ios-permissions"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
Expand Down

0 comments on commit de66bbd

Please sign in to comment.