diff --git a/Gemfile.lock b/Gemfile.lock index caa8f4cc..f0b2a3be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - allure-report-publisher (3.0.0) + allure-report-publisher (3.0.1) aws-sdk-s3 (>= 1.93.1, < 1.142.0) dry-cli (>= 0.6, < 1.1) faraday-retry (>= 1, < 3) diff --git a/lib/allure_report_publisher/version.rb b/lib/allure_report_publisher/version.rb index 3e1c61ed..71d6f5f6 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 = "3.0.0" + VERSION = "3.0.1" end