diff --git a/Gemfile.lock b/Gemfile.lock index f3aab293..f7eed0bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - allure-report-publisher (3.0.1) + allure-report-publisher (3.1.0) aws-sdk-s3 (>= 1.93.1, < 1.143.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 71d6f5f6..a4464bed 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.1" + VERSION = "3.1.0" end