From 9c51e32ae0320e0ca9b63240e4da8e974ac573e3 Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Tue, 29 Oct 2024 16:59:28 +0100 Subject: [PATCH] xcresulttool action v3.1.0 --- 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 27430713..7b3514c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xcresulttool", - "version": "2.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xcresulttool", - "version": "2.0.0", + "version": "3.1.0", "license": "MIT", "dependencies": { "@actions/artifact": "2.1.7", diff --git a/package.json b/package.json index e857e559..2e13bd58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xcresulttool", - "version": "3.0.1", + "version": "3.1.0", "private": false, "description": "A GitHub Action that generates a human-readable test report from the Xcode result bundle and shows it on GitHub Checks.", "main": "lib/main.js",