diff --git a/Gemfile.lock b/Gemfile.lock index 45aa97c..38b6304 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - standard-rails (1.0.0) + standard-rails (1.0.1) lint_roller (~> 1.0) rubocop-rails (~> 2.23.1) diff --git a/lib/standard/rails/version.rb b/lib/standard/rails/version.rb index 1594824..cf312a5 100644 --- a/lib/standard/rails/version.rb +++ b/lib/standard/rails/version.rb @@ -1,5 +1,5 @@ module Standard module Rails - VERSION = "1.0.0" + VERSION = "1.0.1" end end