diff --git a/Gemfile.lock b/Gemfile.lock index 4a8debdf..d69a0f9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fakes3 (1.2.0) + fakes3 (1.2.1) builder thor xml-simple diff --git a/lib/fakes3/version.rb b/lib/fakes3/version.rb index 2565b749..a6acc411 100644 --- a/lib/fakes3/version.rb +++ b/lib/fakes3/version.rb @@ -1,3 +1,3 @@ module FakeS3 - VERSION = "1.2.0" + VERSION = "1.2.1" end