diff --git a/Gemfile.lock b/Gemfile.lock index a3fa491..d00c559 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - macinbox (2.0.1.pre0) + macinbox (2.0.1) GEM remote: https://rubygems.org/ diff --git a/lib/macinbox/version.rb b/lib/macinbox/version.rb index 8e0bc15..0463cdf 100644 --- a/lib/macinbox/version.rb +++ b/lib/macinbox/version.rb @@ -1,3 +1,3 @@ module Macinbox - VERSION = "2.0.1.pre0" + VERSION = "2.0.1" end