From 3b25d40b8fd9c71b6fc852b90b674596abfa6729 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 21 Jan 2025 22:16:20 +0100 Subject: [PATCH] 6.0.6 --- license.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/license.md b/license.md index 732e7f5..fa916df 100644 --- a/license.md +++ b/license.md @@ -1,4 +1,4 @@ -Copyright (c) 2024, Jannis R +Copyright (c) 2025, Jannis R Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. diff --git a/package.json b/package.json index 9e06022..1fd6e84 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "db-rest", "description": "A clean REST API wrapping around the Deutsche Bahn API.", - "version": "6.0.5", + "version": "6.0.6", "type": "module", "bin": { "db-rest": "./index.js"