From a9bca6b5a60ce11e166697c7b09cfa308d92746a Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Tue, 16 Feb 2021 09:09:13 +0100 Subject: [PATCH] 1.2.0 --- 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 65dcf6a..254845f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "rust-cache", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.1.0", + "version": "1.2.0", "license": "LGPL-3.0", "dependencies": { "@actions/cache": "^1.0.6", diff --git a/package.json b/package.json index 929e18d..48d7141 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "rust-cache", - "version": "1.1.0", + "version": "1.2.0", "description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.", "keywords": [ "actions",