diff --git a/package-lock.json b/package-lock.json index 1281ff0..f12a7a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rust-cache", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rust-cache", - "version": "2.5.0", + "version": "2.5.1", "license": "LGPL-3.0", "dependencies": { "@actions/cache": "^3.2.1", diff --git a/package.json b/package.json index 328bccb..6917abe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "rust-cache", - "version": "2.5.0", + "version": "2.5.1", "description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.", "keywords": [ "actions",