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
7 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ jobs:
download_translations: true download_translations: true
create_pull_request: true create_pull_request: true
localization_branch_name: "l10n" 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_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)._" 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: env:

View File

@@ -1,7 +1,7 @@
{ {
"name": "@reactive-resume/source", "name": "@reactive-resume/source",
"description": "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.", "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", "license": "MIT",
"private": true, "private": true,
"author": { "author": {

View File

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

View File

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

View File

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

View File

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

View File

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