diff --git a/Gemfile.lock b/Gemfile.lock index 30ba7c87..6dbdf1f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - allure-report-publisher (1.6.0) + allure-report-publisher (1.6.1) aws-sdk-s3 (>= 1.93.1, < 1.123.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 a41f9a71..bd9f33e3 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 = "1.6.0" + VERSION = "1.6.1" end