From 7f9af86c827b0b41660625fcdb717bb800b37fb6 Mon Sep 17 00:00:00 2001 From: wandalen Date: Wed, 8 Sep 2021 12:26:54 +0400 Subject: [PATCH] version 0.2.4 --- package.json | 2 +- will.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f8b25bd4..04e1c091 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "wretry.action", - "version" : "0.2.3", + "version" : "0.2.4", "description" : "Retries an Github Action step on failure", "enabled" : 1, "author" : "Kostiantyn Wandalen ", diff --git a/will.yml b/will.yml index 4ca176d9..a628a8de 100644 --- a/will.yml +++ b/will.yml @@ -1,6 +1,6 @@ about: name: wretry.action - version: 0.2.3 + version: 0.2.4 description: Retries an Github Action step on failure enabled: 1 author: Kostiantyn Wandalen