Skip to content

Commit 00ed007

Browse files
committed
Bump version to 4.5.0
1 parent 3a56663 commit 00ed007

9 files changed

+14
-14
lines changed

api/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"description": "",
55
"main": "index.js",
66
"type": "module",

backend/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backend",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

frontend/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "4.4.0",
4+
"version": "4.5.0",
55
"type": "module",
66
"scripts": {
77
"install:currency-converter": "cd ../packages/currency-converter && npm i && cd ../movinin-helper && npm i && cd ../../frontend",

mobile/app.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"jsEngine": "hermes",
44
"name": "Movin' In",
5-
"version": "4.4.0",
5+
"version": "4.5.0",
66
"slug": "movinin",
77
"icon": "./assets/icon.png",
88
"assetBundlePatterns": [
@@ -26,7 +26,7 @@
2626
"package": "com.movinin"
2727
},
2828
"ios": {
29-
"buildNumber": "4.4.0",
29+
"buildNumber": "4.5.0",
3030
"supportsTablet": true,
3131
"icon": "./assets/icon.png",
3232
// "splash": {

mobile/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobile/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "movinin",
3-
"version": "4.4.0",
3+
"version": "4.5.0",
44
"main": "node_modules/expo/AppEntry.js",
55
"scripts": {
66
"install:dependencies": "cd ../packages/currency-converter && npm i && cd ../movinin-helper && npm i && cd ../../mobile",

0 commit comments

Comments
 (0)