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