diff --git a/Gemfile.lock b/Gemfile.lock index 3ee6feb..677e689 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - format-staged (0.1.0) + format-staged (0.1.1) colorize GEM diff --git a/lib/format-staged/version.rb b/lib/format-staged/version.rb index 06bba8d..ff59012 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.1.0' + VERSION = '0.1.1' end