From ccb1361ea612010495cec60d73ff737e7d2b78b5 Mon Sep 17 00:00:00 2001 From: Robert Suchomski Date: Mon, 4 Nov 2019 09:00:45 +0100 Subject: [PATCH] bump version to 1.3.0 --- Gemfile.lock | 6 +++--- lib/eventboss/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ec980d6..58e8f35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - eventboss (1.2.1) + eventboss (1.3.0) aws-sdk-sns (>= 1.1.0) aws-sdk-sqs (>= 1.3.0) dotenv (~> 2.1, >= 2.1.1) @@ -10,8 +10,8 @@ GEM remote: https://rubygems.org/ specs: aws-eventstream (1.0.3) - aws-partitions (1.228.0) - aws-sdk-core (3.72.0) + aws-partitions (1.232.0) + aws-sdk-core (3.72.1) aws-eventstream (~> 1.0, >= 1.0.2) aws-partitions (~> 1, >= 1.228.0) aws-sigv4 (~> 1.1) diff --git a/lib/eventboss/version.rb b/lib/eventboss/version.rb index a76a800..5c508be 100644 --- a/lib/eventboss/version.rb +++ b/lib/eventboss/version.rb @@ -1,3 +1,3 @@ module Eventboss - VERSION = "1.2.1" + VERSION = "1.3.0" end