From b13eeb0610061eac18bd85b5105448b2f1818d52 Mon Sep 17 00:00:00 2001 From: ClementMabileau <79016298+ctmbl@users.noreply.github.com> Date: Fri, 23 Dec 2022 14:16:22 -0500 Subject: [PATCH] Bump to patch version 0.1.1 (#66) * Bump frontend and backend versions to 0.1.1 * Bump to version 0.1.1 --- backend/package-lock.json | 6 +++--- backend/package.json | 2 +- frontend/package-lock.json | 4 ++-- frontend/package.json | 2 +- package.json | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index a4fd680..ca706cd 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -1,13 +1,13 @@ { "name": "iscsc.fr-backend", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iscsc.fr-backend", - "version": "0.1.0", - "license": "ISC", + "version": "0.1.1", + "license": "GPL-3.0-only", "dependencies": { "bcrypt": "^5.0.1", "cors": "^2.8.5", diff --git a/backend/package.json b/backend/package.json index 067d156..ba36545 100644 --- a/backend/package.json +++ b/backend/package.json @@ -1,6 +1,6 @@ { "name": "iscsc.fr-backend", - "version": "0.1.0", + "version": "0.1.1", "description": "Backend of the iscsc.fr website", "private": true, "main": "app.js", diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7de52ab..ad14e0d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,12 +1,12 @@ { "name": "iscsc.fr-frontend", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iscsc.fr-frontend", - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", diff --git a/frontend/package.json b/frontend/package.json index 4cd1ad3..65eb466 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "proxy": "http://localhost:3001", "name": "iscsc.fr-frontend", - "version": "0.1.0", + "version": "0.1.1", "description": "Frontend of the iscsc.fr website", "private": true, "dependencies": { diff --git a/package.json b/package.json index 4d150b3..2308f8c 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "iscsc.fr", - "version": "0.1.0", + "version": "0.1.1", "description": "The iScsc website", "private": true, "scripts": { - "version": "git add package.json" + "version": "git add package.json" } }