diff --git a/Gemfile.lock b/Gemfile.lock index 30671ce2..157dce4b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bolognese (2.0.1) + bolognese (2.0.2) activesupport (>= 4.2.5) benchmark_methods (~> 0.7) bibtex-ruby (>= 5.1.0) diff --git a/lib/bolognese/version.rb b/lib/bolognese/version.rb index 360def9d..15aee79f 100644 --- a/lib/bolognese/version.rb +++ b/lib/bolognese/version.rb @@ -1,3 +1,3 @@ module Bolognese - VERSION = "2.0.1" + VERSION = "2.0.2" end