From f1b0c8e903901592e584f7ef1ca5da59e22d92a1 Mon Sep 17 00:00:00 2001 From: Christoph Guttandin Date: Sun, 24 Mar 2024 23:56:32 +0100 Subject: [PATCH] 7.1.10 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 257ed846..de541e04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "timing-provider", - "version": "7.1.9", + "version": "7.1.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "timing-provider", - "version": "7.1.9", + "version": "7.1.10", "license": "MIT", "dependencies": { "@babel/runtime": "^7.24.1", diff --git a/package.json b/package.json index 95011622..01ec7645 100644 --- a/package.json +++ b/package.json @@ -91,5 +91,5 @@ "test": "grunt lint && grunt test" }, "types": "build/es2019/module.d.ts", - "version": "7.1.9" + "version": "7.1.10" }