diff --git a/Makefile b/Makefile index 2f0cf5f6d..d25c83f83 100644 --- a/Makefile +++ b/Makefile @@ -54,8 +54,8 @@ build: ## Deploy ================================================================= publish: build ## publish version to docker hub - docker build -t cnrsinist/lodex:14.0.61 --build-arg http_proxy --build-arg https_proxy . - docker push cnrsinist/lodex:14.0.61 + docker build -t cnrsinist/lodex:14.0.62 --build-arg http_proxy --build-arg https_proxy . + docker push cnrsinist/lodex:14.0.62 ## Development ================================================================= diff --git a/package-lock.json b/package-lock.json index 642dfd609..5a2884932 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lodex", - "version": "14.0.61", + "version": "14.0.62", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "lodex", - "version": "14.0.61", + "version": "14.0.62", "hasInstallScript": true, "license": "CECILL-2.1", "dependencies": { diff --git a/package.json b/package.json index 813ee10b9..55b977592 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "node": ">= 16" }, "name": "lodex", - "version": "14.0.61", + "version": "14.0.62", "description": "", "main": "src/api/index.js", "browser": {