diff --git a/Gemfile.lock b/Gemfile.lock index 73d17ab..bc27cc5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - format-staged (0.0.1) + format-staged (0.0.2) GEM remote: http://rubygems.org/ diff --git a/lib/format-staged/version.rb b/lib/format-staged/version.rb index eb9c0cb..a0e42c2 100644 --- a/lib/format-staged/version.rb +++ b/lib/format-staged/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class FormatStaged - VERSION = '0.0.1' + VERSION = '0.0.2' end