From 67f8941d68adc31adc8cabddc334913d272f72df Mon Sep 17 00:00:00 2001 From: Curtis Spencer Date: Mon, 18 Dec 2017 11:36:17 -0800 Subject: [PATCH] v1.2.1 --- Gemfile.lock | 2 +- lib/fakes3/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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