From 2cb27f633679c42e5252da6bddf138f86c93439d Mon Sep 17 00:00:00 2001 From: Andrejs Cunskis Date: Wed, 20 Apr 2022 14:38:03 +0300 Subject: [PATCH] Update to 0.5.4 --- Gemfile.lock | 2 +- lib/allure_report_publisher/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f991c874..87067ed6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - allure-report-publisher (0.5.3) + allure-report-publisher (0.5.4) aws-sdk-s3 (>= 1.93.1, < 1.114.0) dry-cli (>= 0.6, < 0.8) gitlab (~> 4.17) diff --git a/lib/allure_report_publisher/version.rb b/lib/allure_report_publisher/version.rb index f2e78ed2..12b3d2d6 100644 --- a/lib/allure_report_publisher/version.rb +++ b/lib/allure_report_publisher/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Publisher - VERSION = "0.5.3" + VERSION = "0.5.4" end