diff --git a/Gemfile.lock b/Gemfile.lock index bc27cc5..049ae52 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - format-staged (0.0.2) + format-staged (0.0.3) GEM remote: http://rubygems.org/ diff --git a/lib/format-staged/version.rb b/lib/format-staged/version.rb index a0e42c2..ad2b122 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.2' + VERSION = '0.0.3' end