diff --git a/api.js b/api.js index 1fe90596..1ad8d0a8 100644 --- a/api.js +++ b/api.js @@ -33,7 +33,7 @@ const config = { name: 'db-vendo-client', description: 'db-vendo-client', homepage: 'https://github.com/public-transport/db-vendo-client', - version: '6.1.2', + version: '6.2.0', docsLink: 'https://github.com/public-transport/db-vendo-client', openapiSpec: true, logging: true, diff --git a/package-lock.json b/package-lock.json index ff6ee98a..da0177ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "db-vendo-client", - "version": "6.1.2", + "version": "6.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "db-vendo-client", - "version": "6.1.2", + "version": "6.2.0", "license": "ISC", "dependencies": { "@derhuerst/br2nl": "^1.0.0", diff --git a/package.json b/package.json index 97a13cf7..853337fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "db-vendo-client", "description": "Client for bahn.de public transport APIs.", - "version": "6.1.2", + "version": "6.2.0", "type": "module", "main": "index.js", "files": [ diff --git a/readme.md b/readme.md index 6e7dc98a..64dd9c22 100644 --- a/readme.md +++ b/readme.md @@ -56,7 +56,7 @@ Use it as a dependency, e.g. just replacing [hafas-client](https://github.com/pu npm i db-vendo-client ``` -See an example in [api.js](api.js). It shows how you can use `db-vendo-client` together with [hafas-rest-api](https://github.com/public-transport/hafas-rest-api/) in order to run a [FPTF](https://github.com/public-transport/friendly-public-transport-format) API server. The [Dockerfile](Dockerfile) serves this API: +See an example in [api.js](api.js). It shows how you can use `db-vendo-client` together with [hafas-rest-api](https://github.com/public-transport/hafas-rest-api/) in order to run a [FPTF](https://github.com/public-transport/friendly-public-transport-format) API server. The [Dockerfile](Dockerfile) serves this API (using the `db` profile): ``` docker run -e USER_AGENT=my-awesome-program -p 3000:3000 ghcr.io/public-transport/db-vendo-client