diff --git a/package-lock.json b/package-lock.json index 3997399..274927c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "rust-cache", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "rust-cache", - "version": "2.0.1", + "version": "2.0.2", "license": "LGPL-3.0", "dependencies": { "@actions/cache": "^3.0.6", diff --git a/package.json b/package.json index 64d07d7..7f135d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "rust-cache", - "version": "2.0.1", + "version": "2.0.2", "description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.", "keywords": [ "actions",