From 552a0b5e92e885515436cfed77c93cd18190a936 Mon Sep 17 00:00:00 2001 From: A-J-Bauer Date: Thu, 29 Feb 2024 11:58:54 +0100 Subject: [PATCH] auto --- .github/workflows/dotnet.yml | 2 +- vgauge.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index b699904..eba0510 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -16,4 +16,4 @@ jobs: - uses: actions/upload-artifact@v4 with: name: min-file-path - path: $env.min_file_path + path: $min_file_path diff --git a/vgauge.js b/vgauge.js index a337fc7..4fa792b 100644 --- a/vgauge.js +++ b/vgauge.js @@ -1,4 +1,4 @@ -// vgauge.js 1.0.4, copyright (c) 2024 A.J.Bauer, licensed under the MIT License,see LICENSE.txt for full license text. +// vgauge.js 1.0.5, copyright (c) 2024 A.J.Bauer, licensed under the MIT License,see LICENSE.txt for full license text. class VGauge { static isNonEmptyString(s) {