From bd4d2a70178d22902962e75acbf900fef880594e Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Tue, 29 Sep 2020 12:30:45 +0200 Subject: [PATCH] 1.0.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05c1120..daa4476 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "rust-cache", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 00a114a..9dbd5fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "rust-cache", - "version": "1.0.1", + "version": "1.0.2", "description": "A GitHub Action that implements smart caching for rust/cargo projects", "keywords": [ "actions",