diff --git a/api/package.json b/api/package.json index ead32cbc3..2f093a478 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "1.7.0", + "version": "1.8.0", "description": "", "main": "index.js", "type": "module", diff --git a/backend/package.json b/backend/package.json index fa05719ba..6a8d0acda 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "1.7.0", + "version": "1.8.0", "private": true, "dependencies": { "@emotion/react": "^11.11.1", diff --git a/frontend/package.json b/frontend/package.json index 3d539a553..981ad89e7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "frontend", - "version": "1.7.0", + "version": "1.8.0", "private": true, "dependencies": { "@emotion/react": "^11.11.1", diff --git a/mobile/app.json b/mobile/app.json index e51b18bb9..b4516f9f5 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -2,7 +2,7 @@ "expo": { "jsEngine": "hermes", "name": "BookCars", - "version": "1.7.0", + "version": "1.8.0", "slug": "bookcars", "icon": "./assets/icon.png", "assetBundlePatterns": ["**/*"], @@ -24,7 +24,7 @@ "package": "com.bookcars" }, "ios": { - "buildNumber": "1.7.0", + "buildNumber": "1.8.0", "supportsTablet": true, "icon": "./assets/icon.png", "splash": { diff --git a/mobile/package.json b/mobile/package.json index dfb7f7927..afcae6175 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,6 +1,6 @@ { "name": "bookcars", - "version": "1.7.0", + "version": "1.8.0", "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start",