From 22ff6fe98332b426d0445d49c4682c9d8ed9338d Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Mon, 16 Dec 2024 21:52:33 +0000 Subject: [PATCH] chore: increment version --- 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 e6a4e4b2..9843fb4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-actions-ctrf", - "version": "0.0.51", + "version": "0.0.52", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "github-actions-ctrf", - "version": "0.0.51", + "version": "0.0.52", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index 8a815541..c5d7439d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-actions-ctrf", - "version": "0.0.51", + "version": "0.0.52", "description": "View test results directly within your GitHub workflow summary and Pull Requests", "main": "index.js", "scripts": {