diff --git a/package-lock.json b/package-lock.json index e8c7b26..f90e15f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "rust-cache", - "version": "1.4.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.4.0", + "version": "2.0.0", "license": "LGPL-3.0", "dependencies": { "@actions/cache": "^3.0.0", diff --git a/package.json b/package.json index de0dfb8..5a3972a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "rust-cache", - "version": "1.4.0", + "version": "2.0.0", "description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.", "keywords": [ "actions",