Skip to content

Commit

Permalink
Update version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Sep 21, 2023
1 parent 5a8deaf commit dc26a02
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "1.7.0",
"version": "1.8.0",
"description": "",
"main": "index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backend",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
Expand Down
4 changes: 2 additions & 2 deletions mobile/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"jsEngine": "hermes",
"name": "BookCars",
"version": "1.7.0",
"version": "1.8.0",
"slug": "bookcars",
"icon": "./assets/icon.png",
"assetBundlePatterns": ["**/*"],
Expand All @@ -24,7 +24,7 @@
"package": "com.bookcars"
},
"ios": {
"buildNumber": "1.7.0",
"buildNumber": "1.8.0",
"supportsTablet": true,
"icon": "./assets/icon.png",
"splash": {
Expand Down
2 changes: 1 addition & 1 deletion mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bookcars",
"version": "1.7.0",
"version": "1.8.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
Expand Down

0 comments on commit dc26a02

Please sign in to comment.