diff --git a/Gemfile.lock b/Gemfile.lock index 01a5147..3ee6feb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - format-staged (0.0.3) + format-staged (0.1.0) colorize GEM diff --git a/lib/format-staged/version.rb b/lib/format-staged/version.rb index bcc8b1a..06bba8d 100644 --- a/lib/format-staged/version.rb +++ b/lib/format-staged/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module FormatStaged - VERSION = '0.0.3' + VERSION = '0.1.0' end