diff --git a/Gemfile.lock b/Gemfile.lock index d602b70d..0a354d35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bolognese (2.0.3) + bolognese (2.1.0) activesupport (>= 4.2.5) benchmark_methods (~> 0.7) bibtex-ruby (>= 5.1.0) @@ -235,4 +235,4 @@ DEPENDENCIES webmock (~> 3.0, >= 3.0.1) BUNDLED WITH - 2.4.20 + 2.4.22 diff --git a/lib/bolognese/version.rb b/lib/bolognese/version.rb index b71cf515..0c7adff5 100644 --- a/lib/bolognese/version.rb +++ b/lib/bolognese/version.rb @@ -1,3 +1,3 @@ module Bolognese - VERSION = "2.0.3" + VERSION = "2.1.0" end