bump version to 4.0.0

This commit is contained in:
Amruth Pillai 2023-11-22 22:57:36 +01:00
parent c19b759237
commit 4dfaafc929
No known key found for this signature in database
GPG Key ID: AB5C6C5E4C464A20
7 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@ jobs:
download_translations: true
create_pull_request: true
localization_branch_name: "l10n"
pull_request_base_branch_name: "v4"
pull_request_base_branch_name: "main"
pull_request_title: "New Translations from Crowdin"
pull_request_body: "You've got new translations to be merged into the app from contributors on Crowdin.\n\n_This pull request was automatically created by the [Crowdin Action](https://github.com/marketplace/actions/crowdin-action)._"
env:

View File

@ -1,7 +1,7 @@
{
"name": "@reactive-resume/source",
"description": "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
"version": "4.0.0-alpha.8",
"version": "4.0.0",
"license": "MIT",
"private": true,
"author": {

View File

@ -55,7 +55,7 @@ services:
- redis_data:/data
app:
image: amruthpillai/reactive-resume:v4.0.0-alpha.0
image: amruthpillai/reactive-resume:latest
restart: unless-stopped
depends_on:
- postgres

View File

@ -50,7 +50,7 @@ services:
command: redis-server --requirepass password
app:
image: amruthpillai/reactive-resume:v4.0.0-alpha.0
image: amruthpillai/reactive-resume:latest
restart: unless-stopped
ports:
- 3000:3000

View File

@ -80,7 +80,7 @@ services:
condition: on-failure
app:
image: amruthpillai/reactive-resume:v4.0.0-alpha.8
image: amruthpillai/reactive-resume:latest
networks:
- reactive_resume_network
environment:

View File

@ -63,7 +63,7 @@ services:
- redis_data:/data
app:
image: amruthpillai/reactive-resume:v4.0.0-alpha.0
image: amruthpillai/reactive-resume:latest
restart: unless-stopped
depends_on:
- postgres

View File

@ -57,7 +57,7 @@ services:
command: redis-server --requirepass password
app:
image: amruthpillai/reactive-resume:v4.0.0-alpha.0
image: amruthpillai/reactive-resume:latest
restart: unless-stopped
depends_on:
- postgres