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",