diff --git a/README.md b/README.md index e85c44e..9ee3ff8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ esup-otp-api is a RESTful api using NodeJS to generate, send and verify one-time codes for [EsupPortail] ### Version -1.4.3 +1.5.0 Runs on Node v20.11.1 and npm v10.2.4 diff --git a/package-lock.json b/package-lock.json index 85d48d4..2994b67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "esup-otp-api", - "version": "1.4.3", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "esup-otp-api", - "version": "1.4.3", + "version": "1.5.0", "license": "MIT", "dependencies": { "@simplewebauthn/server": "^9.0.3", diff --git a/package.json b/package.json index dc92074..acc5799 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "esup-otp-api", - "version": "1.4.3", + "version": "1.5.0", "description": "One time passwords api for ESUP", "author": "Alex Bouskine ", "repository": {