From 9fdcb615843de62ad7a5e27892549fd8159da13e Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Thu, 23 Jul 2020 17:15:43 -0300 Subject: [PATCH] Increase version to 2.4.1 --- Dockerfile | 6 +++--- docs/conf.py | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index a2299be..0f74672 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,16 +6,16 @@ COPY package*.json ./ RUN npm install --production && npm cache clean --force # Set PATH ENV PATH /opt/cric/backend/node_modules/.bin:$PATH -LABEL version="2.4.0-base" \ +LABEL version="2.4.1-base" \ description="Backend in Node.js for CRIC Searchable Image Database" \ maintainer="raniere@rgaiacs.com" FROM base as development RUN npm install && npm cache clean --force -LABEL version="2.4.0-development" +LABEL version="2.4.1-development" FROM base as production # Copy ./src COPY . ./ ENV NODE_ENV production -LABEL version="2.4.0-production" +LABEL version="2.4.1-production" diff --git a/docs/conf.py b/docs/conf.py index 856c8be..37280e4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Center for Recognition and Inspection of Cells (CRIC)' # The full version, including alpha/beta/rc tags -release = '2.4.0' +release = '2.4.1' # -- General configuration --------------------------------------------------- diff --git a/package-lock.json b/package-lock.json index 6ee1af4..4af7f3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "searchable-image-database-nodejs", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 80808ee..fded845 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "searchable-image-database-nodejs", - "version": "2.4.0", + "version": "2.4.1", "description": "CRIC Searchable Image Database is a public cervical cell image database aiming supporting cervical cancer analysis of Pap smear.", "keywords": [ "cervical cell",