Skip to content

Commit

Permalink
Update version to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 23, 2024
1 parent 181337a commit 153b32b
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions api/package-lock.json

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

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": "3.8.0",
"version": "3.9.0",
"description": "",
"main": "index.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions backend/package-lock.json

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

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": "3.8.0",
"version": "3.9.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frontend",
"private": true,
"version": "3.8.0",
"version": "3.9.0",
"type": "module",
"scripts": {
"build": "tsc --build --verbose && cross-env NODE_OPTIONS=--max-old-space-size=1024 vite build",
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": "Movin' In",
"version": "3.8.0",
"version": "3.9.0",
"slug": "movinin",
"icon": "./assets/icon.png",
"assetBundlePatterns": [
Expand All @@ -26,7 +26,7 @@
"package": "com.movinin"
},
"ios": {
"buildNumber": "3.8.0",
"buildNumber": "3.9.0",
"supportsTablet": true,
"icon": "./assets/icon.png",
// "splash": {
Expand Down
4 changes: 2 additions & 2 deletions mobile/package-lock.json

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

2 changes: 1 addition & 1 deletion mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movinin",
"version": "3.8.0",
"version": "3.9.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "tsc --build --verbose && expo start --port 8081",
Expand Down

0 comments on commit 153b32b

Please sign in to comment.