diff --git a/Gemfile.lock b/Gemfile.lock index 3112ca6..a388ed8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - relaton-bib (0.3.1) + relaton-bib (0.3.2) addressable nokogiri (~> 1.10) diff --git a/lib/relaton_bib/version.rb b/lib/relaton_bib/version.rb index f1248e1..0e1c7df 100644 --- a/lib/relaton_bib/version.rb +++ b/lib/relaton_bib/version.rb @@ -1,3 +1,3 @@ module RelatonBib - VERSION = "0.3.1".freeze + VERSION = "0.3.2".freeze end