From 9c054053355e9f2e7af7e6e900988e0ecb7130d3 Mon Sep 17 00:00:00 2001 From: Arpad Borsos Date: Mon, 7 Dec 2020 23:58:20 +0100 Subject: [PATCH] 1.1.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 c849917..912c420 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "rust-cache", - "version": "1.0.2", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.2", + "version": "1.1.0", "license": "LGPL-3.0", "dependencies": { "@actions/cache": "^1.0.4", diff --git a/package.json b/package.json index 3fcf8e9..5c12085 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "rust-cache", - "version": "1.0.2", + "version": "1.1.0", "description": "A GitHub Action that implements smart caching for rust/cargo projects with sensible defaults.", "keywords": [ "actions",